Html Css Color HEX #250333 Blackcurrant

📋 copy color: '#250333'

red 37 ◦ green 3 ◦ blue 51

#250333
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #250333

Tints of Blackcurrant #250333

RGB

 RED value IS 37 (14.84% from 255) = 40.66%

 GREEN value IS 3 (1.56% from 255) = 3.3%

 BLUE value IS 51 (20.31% from 255) = 56.04%

R = 40.66%
G = 3.3%
B = 56.04%

CMYK

 C value IS 0.27

 M value IS 0.94

 Y value IS 0

 K value IS 0.8

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#250333 (or 0x250333) is known color: Blackcurrant. HEX triplet: 25, 03 and 33. RGB value is (37,3,51). Sum of RGB (Red+Green+Blue) = 37+3+51=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 51 (20.31% from 255 or 56.04% from 91); Max value from RGB is 51 - color contains mainly: blue. Hex color #250333 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250333 is #DAFCCC. Grayscale: #121212. Windows color (decimal): -14351565 or 3343141. OLE color: 3343141.

HSL color Cylindrical-coordinate representation of color #250333: hue angle of 282.5º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250333 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 3 51 -
CMYK 0.27 0.94 0 0.8
HSL 282.5º 0.89% 0.11% -
HSV(B) 282.5º 0.94% 0.2% -
XYZ 1.39 0.7 3.19 -
YUV 18.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 37 3 51 0.27 0.94 0 0.8 282.5 0.89 0.11
Hex 25 3 33 1B 5E 0 50 11A 59 B
Octal 45 3 63 33 136 0 120 432 131 13
Binary 100101 11 110011 11011 1011110 0 1010000 100011010 1011001 1011

Color Harmonies of #250333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250333

Black with #250333

Text Example


Text Example

White with #250333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250333; }

 p { color: rgb(37,3,51); }

 H1.HeaderClassName
 {
   color: #250333;
 }
 .AnyTagClassName
 {
   color: #250333;
 }
</style>

background-color css

<style>
 a { background-color: #250333; }

 a { background-color: rgb(37,3,51); }

 div.DivClassName
 {
   background-color: #250333;
 }
 .BgClassName
 {
   background-color: #250333;
 }
</style>

border-color css

<style>
 span { border-color: #250333; }

 span { border-color: rgb(37,3,51); }

 td.TdClassName
 {
   border-color: #250333;
 }
 .TagClassName
 {
   border-color: #250333;
 }
</style>