Html Css Color HEX #302537 Blackcurrant

📋 copy color: '#302537'

red 48 ◦ green 37 ◦ blue 55

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

Shades of Blackcurrant #302537

Tints of Blackcurrant #302537

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.43%

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

R = 34.29%
G = 26.43%
B = 39.29%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#302537 (or 0x302537) is known color: Blackcurrant. HEX triplet: 30, 25 and 37. RGB value is (48,37,55). Sum of RGB (Red+Green+Blue) = 48+37+55=140 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.29% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 55 (21.88% from 255 or 39.29% from 140); Max value from RGB is 55 - color contains mainly: blue. Hex color #302537 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302537 is #CFDAC8. Grayscale: #2A2A2A. Windows color (decimal): -13621961 or 3614000. OLE color: 3614000.

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

Color convert

RGB 48 37 55 -
CMYK 0.13 0.33 0 0.78
HSL 276.67º 0.2% 0.18% -
HSV(B) 276.67º 0.33% 0.22% -
XYZ 2.57 2.23 3.91 -
YUV 42.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 48 37 55 0.13 0.33 0 0.78 276.67 0.2 0.18
Hex 30 25 37 D 21 0 4E 115 14 12
Octal 60 45 67 15 41 0 116 425 24 22
Binary 110000 100101 110111 1101 100001 0 1001110 100010101 10100 10010

Color Harmonies of #302537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302537

Black with #302537

Text Example


Text Example

White with #302537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302537; }

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

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

background-color css

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

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

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

border-color css

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

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

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