Html Css Color HEX #301A37 Blackcurrant

📋 copy color: '#301A37'

red 48 ◦ green 26 ◦ blue 55

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

Shades of Blackcurrant #301A37

Tints of Blackcurrant #301A37

RGB

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

 GREEN value IS 26 (10.55% from 255) = 20.16%

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

R = 37.21%
G = 20.16%
B = 42.64%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301A37 (or 0x301A37) is known color: Blackcurrant. HEX triplet: 30, 1A and 37. RGB value is (48,26,55). Sum of RGB (Red+Green+Blue) = 48+26+55=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 26 (10.55% from 255 or 20.16% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 55 - color contains mainly: blue. Hex color #301A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301A37 is #CFE5C8. Grayscale: #232323. Windows color (decimal): -13624777 or 3611184. OLE color: 3611184.

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

Color convert

RGB 48 26 55 -
CMYK 0.13 0.53 0 0.78
HSL 285.52º 0.36% 0.16% -
HSV(B) 285.52º 0.53% 0.22% -
XYZ 2.28 1.64 3.81 -
YUV 35.88 138.79 136.64 -
System Red Green Blue C M Y K H S L
Decimal 48 26 55 0.13 0.53 0 0.78 285.52 0.36 0.16
Hex 30 1A 37 D 35 0 4E 11E 24 10
Octal 60 32 67 15 65 0 116 436 44 20
Binary 110000 11010 110111 1101 110101 0 1001110 100011110 100100 10000

Color Harmonies of #301A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301A37

Black with #301A37

Text Example


Text Example

White with #301A37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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