Html Css Color HEX #250C33 Blackcurrant

📋 copy color: '#250C33'

red 37 ◦ green 12 ◦ blue 51

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

Shades of Blackcurrant #250C33

Tints of Blackcurrant #250C33

RGB

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

 GREEN value IS 12 (5.08% from 255) = 12%

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

R = 37%
G = 12%
B = 51%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#250C33 (or 0x250C33) is known color: Blackcurrant. HEX triplet: 25, 0C and 33. RGB value is (37,12,51). Sum of RGB (Red+Green+Blue) = 37+12+51=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #250C33 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250C33 is #DAF3CC. Grayscale: #171717. Windows color (decimal): -14349261 or 3345445. OLE color: 3345445.

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

Color convert

RGB 37 12 51 -
CMYK 0.27 0.76 0 0.8
HSL 278.46º 0.62% 0.12% -
HSV(B) 278.46º 0.76% 0.2% -
XYZ 1.49 0.9 3.23 -
YUV 23.92 143.28 137.33 -
System Red Green Blue C M Y K H S L
Decimal 37 12 51 0.27 0.76 0 0.8 278.46 0.62 0.12
Hex 25 C 33 1B 4C 0 50 116 3E C
Octal 45 14 63 33 114 0 120 426 76 14
Binary 100101 1100 110011 11011 1001100 0 1010000 100010110 111110 1100

Color Harmonies of #250C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250C33

Black with #250C33

Text Example


Text Example

White with #250C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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