Html Css Color HEX #302337 Blackcurrant

📋 copy color: '#302337'

red 48 ◦ green 35 ◦ blue 55

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

Shades of Blackcurrant #302337

Tints of Blackcurrant #302337

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

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

R = 34.78%
G = 25.36%
B = 39.86%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302337 (or 0x302337) is known color: Blackcurrant. HEX triplet: 30, 23 and 37. RGB value is (48,35,55). Sum of RGB (Red+Green+Blue) = 48+35+55=138 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.78% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 55 (21.88% from 255 or 39.86% from 138); Max value from RGB is 55 - color contains mainly: blue. Hex color #302337 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302337 is #CFDCC8. Grayscale: #292929. Windows color (decimal): -13622473 or 3613488. OLE color: 3613488.

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

Color convert

RGB 48 35 55 -
CMYK 0.13 0.36 0 0.78
HSL 279º 0.22% 0.18% -
HSV(B) 279º 0.36% 0.22% -
XYZ 2.51 2.11 3.89 -
YUV 41.17 135.81 132.87 -
System Red Green Blue C M Y K H S L
Decimal 48 35 55 0.13 0.36 0 0.78 279 0.22 0.18
Hex 30 23 37 D 24 0 4E 117 16 12
Octal 60 43 67 15 44 0 116 427 26 22
Binary 110000 100011 110111 1101 100100 0 1001110 100010111 10110 10010

Color Harmonies of #302337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302337

Black with #302337

Text Example


Text Example

White with #302337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302337; }

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

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

background-color css

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

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

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

border-color css

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

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

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