Html Css Color HEX #301D37 Blackcurrant

📋 copy color: '#301D37'

red 48 ◦ green 29 ◦ blue 55

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

Shades of Blackcurrant #301D37

Tints of Blackcurrant #301D37

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.97%

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

R = 36.36%
G = 21.97%
B = 41.67%

CMYK

 C value IS 0.13

 M value IS 0.47

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301D37 (or 0x301D37) is known color: Blackcurrant. HEX triplet: 30, 1D and 37. RGB value is (48,29,55). Sum of RGB (Red+Green+Blue) = 48+29+55=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 55 (21.88% from 255 or 41.67% from 132); Max value from RGB is 55 - color contains mainly: blue. Hex color #301D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301D37 is #CFE2C8. Grayscale: #252525. Windows color (decimal): -13624009 or 3611952. OLE color: 3611952.

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

Color convert

RGB 48 29 55 -
CMYK 0.13 0.47 0 0.78
HSL 283.85º 0.31% 0.16% -
HSV(B) 283.85º 0.47% 0.22% -
XYZ 2.35 1.78 3.83 -
YUV 37.65 137.79 135.39 -
System Red Green Blue C M Y K H S L
Decimal 48 29 55 0.13 0.47 0 0.78 283.85 0.31 0.16
Hex 30 1D 37 D 2F 0 4E 11C 1F 10
Octal 60 35 67 15 57 0 116 434 37 20
Binary 110000 11101 110111 1101 101111 0 1001110 100011100 11111 10000

Color Harmonies of #301D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301D37

Black with #301D37

Text Example


Text Example

White with #301D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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