Html Css Color HEX #301B37 Blackcurrant

📋 copy color: '#301B37'

red 48 ◦ green 27 ◦ blue 55

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

Shades of Blackcurrant #301B37

Tints of Blackcurrant #301B37

RGB

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

 GREEN value IS 27 (10.94% from 255) = 20.77%

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

R = 36.92%
G = 20.77%
B = 42.31%

CMYK

 C value IS 0.13

 M value IS 0.51

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301B37 (or 0x301B37) is known color: Blackcurrant. HEX triplet: 30, 1B and 37. RGB value is (48,27,55). Sum of RGB (Red+Green+Blue) = 48+27+55=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 27 (10.94% from 255 or 20.77% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #301B37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301B37 is #CFE4C8. Grayscale: #242424. Windows color (decimal): -13624521 or 3611440. OLE color: 3611440.

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

Color convert

RGB 48 27 55 -
CMYK 0.13 0.51 0 0.78
HSL 285º 0.34% 0.16% -
HSV(B) 285º 0.51% 0.22% -
XYZ 2.3 1.69 3.82 -
YUV 36.47 138.46 136.22 -
System Red Green Blue C M Y K H S L
Decimal 48 27 55 0.13 0.51 0 0.78 285 0.34 0.16
Hex 30 1B 37 D 33 0 4E 11D 22 10
Octal 60 33 67 15 63 0 116 435 42 20
Binary 110000 11011 110111 1101 110011 0 1001110 100011101 100010 10000

Color Harmonies of #301B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301B37

Black with #301B37

Text Example


Text Example

White with #301B37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301B37; }

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

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

background-color css

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

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

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

border-color css

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

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

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