Html Css Color HEX #250E33 Blackcurrant

📋 copy color: '#250E33'

red 37 ◦ green 14 ◦ blue 51

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

Shades of Blackcurrant #250E33

Tints of Blackcurrant #250E33

RGB

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

 GREEN value IS 14 (5.86% from 255) = 13.73%

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

R = 36.27%
G = 13.73%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#250E33 (or 0x250E33) is known color: Blackcurrant. HEX triplet: 25, 0E and 33. RGB value is (37,14,51). Sum of RGB (Red+Green+Blue) = 37+14+51=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 14 (5.86% from 255 or 13.73% from 102); Blue value is 51 (20.31% from 255 or 50% from 102); Max value from RGB is 51 - color contains mainly: blue. Hex color #250E33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250E33 is #DAF1CC. Grayscale: #181818. Windows color (decimal): -14348749 or 3345957. OLE color: 3345957.

HSL color Cylindrical-coordinate representation of color #250E33: hue angle of 277.3º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #250E33 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 37 14 51 -
CMYK 0.27 0.73 0 0.8
HSL 277.3º 0.57% 0.13% -
HSV(B) 277.3º 0.73% 0.2% -
XYZ 1.52 0.95 3.23 -
YUV 25.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 37 14 51 0.27 0.73 0 0.8 277.3 0.57 0.13
Hex 25 E 33 1B 49 0 50 115 39 D
Octal 45 16 63 33 111 0 120 425 71 15
Binary 100101 1110 110011 11011 1001001 0 1010000 100010101 111001 1101

Color Harmonies of #250E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250E33

Black with #250E33

Text Example


Text Example

White with #250E33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250E33; }

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

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

background-color css

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

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

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

border-color css

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

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

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