Html Css Color HEX #301936 Blackcurrant

📋 copy color: '#301936'

red 48 ◦ green 25 ◦ blue 54

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

Shades of Blackcurrant #301936

Tints of Blackcurrant #301936

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.69%

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

R = 37.8%
G = 19.69%
B = 42.52%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301936 (or 0x301936) is known color: Blackcurrant. HEX triplet: 30, 19 and 36. RGB value is (48,25,54). Sum of RGB (Red+Green+Blue) = 48+25+54=127 (16% of max value = 765). Red value is 48 (19.14% from 255 or 37.80% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #301936 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301936 is #CFE6C9. Grayscale: #232323. Windows color (decimal): -13625034 or 3545392. OLE color: 3545392.

HSL color Cylindrical-coordinate representation of color #301936: hue angle of 287.59º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #301936 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 48 25 54 -
CMYK 0.11 0.54 0 0.79
HSL 287.59º 0.37% 0.15% -
HSV(B) 287.59º 0.54% 0.21% -
XYZ 2.23 1.59 3.68 -
YUV 35.18 138.62 137.14 -
System Red Green Blue C M Y K H S L
Decimal 48 25 54 0.11 0.54 0 0.79 287.59 0.37 0.15
Hex 30 19 36 B 36 0 4F 120 25 F
Octal 60 31 66 13 66 0 117 440 45 17
Binary 110000 11001 110110 1011 110110 0 1001111 100100000 100101 1111

Color Harmonies of #301936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301936

Black with #301936

Text Example


Text Example

White with #301936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301936; }

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

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

background-color css

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

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

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

border-color css

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

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

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