Html Css Color HEX #302137 Blackcurrant

📋 copy color: '#302137'

red 48 ◦ green 33 ◦ blue 55

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

Shades of Blackcurrant #302137

Tints of Blackcurrant #302137

RGB

 RED value IS 48 (19.14% from 255) = 35.29%

 GREEN value IS 33 (13.28% from 255) = 24.26%

 BLUE value IS 55 (21.88% from 255) = 40.44%

R = 35.29%
G = 24.26%
B = 40.44%

CMYK

 C value IS 0.13

 M value IS 0.4

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302137 (or 0x302137) is known color: Blackcurrant. HEX triplet: 30, 21 and 37. RGB value is (48,33,55). Sum of RGB (Red+Green+Blue) = 48+33+55=136 (18% of max value = 765). Red value is 48 (19.14% from 255 or 35.29% from 136); Green value is 33 (13.28% from 255 or 24.26% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 55 - color contains mainly: blue. Hex color #302137 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302137 is #CFDEC8. Grayscale: #272727. Windows color (decimal): -13622985 or 3612976. OLE color: 3612976.

HSL color Cylindrical-coordinate representation of color #302137: hue angle of 280.91º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #302137 is Cyan = 0.13, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 33 55 -
CMYK 0.13 0.4 0 0.78
HSL 280.91º 0.25% 0.17% -
HSV(B) 280.91º 0.4% 0.22% -
XYZ 2.45 1.99 3.87 -
YUV 39.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 48 33 55 0.13 0.4 0 0.78 280.91 0.25 0.17
Hex 30 21 37 D 28 0 4E 119 19 11
Octal 60 41 67 15 50 0 116 431 31 21
Binary 110000 100001 110111 1101 101000 0 1001110 100011001 11001 10001

Color Harmonies of #302137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302137

Black with #302137

Text Example


Text Example

White with #302137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302137; }

 p { color: rgb(48,33,55); }

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

background-color css

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

 a { background-color: rgb(48,33,55); }

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

border-color css

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

 span { border-color: rgb(48,33,55); }

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