Html Css Color HEX #301336 Blackcurrant

📋 copy color: '#301336'

red 48 ◦ green 19 ◦ blue 54

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

Shades of Blackcurrant #301336

Tints of Blackcurrant #301336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.7%

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

R = 39.67%
G = 15.7%
B = 44.63%

CMYK

 C value IS 0.11

 M value IS 0.65

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301336 (or 0x301336) is known color: Blackcurrant. HEX triplet: 30, 13 and 36. RGB value is (48,19,54). Sum of RGB (Red+Green+Blue) = 48+19+54=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #301336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301336 is #CFECC9. Grayscale: #1F1F1F. Windows color (decimal): -13626570 or 3543856. OLE color: 3543856.

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

Color convert

RGB 48 19 54 -
CMYK 0.11 0.65 0 0.79
HSL 289.71º 0.48% 0.14% -
HSV(B) 289.71º 0.65% 0.21% -
XYZ 2.12 1.36 3.64 -
YUV 31.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 48 19 54 0.11 0.65 0 0.79 289.71 0.48 0.14
Hex 30 13 36 B 41 0 4F 122 30 E
Octal 60 23 66 13 101 0 117 442 60 16
Binary 110000 10011 110110 1011 1000001 0 1001111 100100010 110000 1110

Color Harmonies of #301336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301336

Black with #301336

Text Example


Text Example

White with #301336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301336; }

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

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

background-color css

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

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

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

border-color css

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

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

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