Html Css Color HEX #301E36 Blackcurrant

📋 copy color: '#301E36'

red 48 ◦ green 30 ◦ blue 54

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

Shades of Blackcurrant #301E36

Tints of Blackcurrant #301E36

RGB

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

 GREEN value IS 30 (12.11% from 255) = 22.73%

 BLUE value IS 54 (21.48% from 255) = 40.91%

R = 36.36%
G = 22.73%
B = 40.91%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301E36 (or 0x301E36) is known color: Blackcurrant. HEX triplet: 30, 1E and 36. RGB value is (48,30,54). Sum of RGB (Red+Green+Blue) = 48+30+54=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 30 (12.11% from 255 or 22.73% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 54 - color contains mainly: blue. Hex color #301E36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #301E36 is #CFE1C9. Grayscale: #262626. Windows color (decimal): -13623754 or 3546672. OLE color: 3546672.

HSL color Cylindrical-coordinate representation of color #301E36: hue angle of 285º degrees, saturation: 0.29, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #301E36 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 30 54 -
CMYK 0.11 0.44 0 0.79
HSL 285º 0.29% 0.16% -
HSV(B) 285º 0.44% 0.21% -
XYZ 2.35 1.82 3.72 -
YUV 38.12 136.96 135.05 -
System Red Green Blue C M Y K H S L
Decimal 48 30 54 0.11 0.44 0 0.79 285 0.29 0.16
Hex 30 1E 36 B 2C 0 4F 11D 1D 10
Octal 60 36 66 13 54 0 117 435 35 20
Binary 110000 11110 110110 1011 101100 0 1001111 100011101 11101 10000

Color Harmonies of #301E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301E36

Black with #301E36

Text Example


Text Example

White with #301E36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,30,54); }

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

background-color css

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

 a { background-color: rgb(48,30,54); }

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

border-color css

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

 span { border-color: rgb(48,30,54); }

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