Html Css Color HEX #300436 Blackcurrant

📋 copy color: '#300436'

red 48 ◦ green 4 ◦ blue 54

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

Shades of Blackcurrant #300436

Tints of Blackcurrant #300436

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.77%

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

R = 45.28%
G = 3.77%
B = 50.94%

CMYK

 C value IS 0.11

 M value IS 0.93

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#300436 (or 0x300436) is known color: Blackcurrant. HEX triplet: 30, 04 and 36. RGB value is (48,4,54). Sum of RGB (Red+Green+Blue) = 48+4+54=106 (14% of max value = 765). Red value is 48 (19.14% from 255 or 45.28% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 54 (21.48% from 255 or 50.94% from 106); Max value from RGB is 54 - color contains mainly: blue. Hex color #300436 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300436 is #CFFBC9. Grayscale: #161616. Windows color (decimal): -13630410 or 3540016. OLE color: 3540016.

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

Color convert

RGB 48 4 54 -
CMYK 0.11 0.93 0 0.79
HSL 292.8º 0.86% 0.11% -
HSV(B) 292.8º 0.93% 0.21% -
XYZ 1.93 0.98 3.58 -
YUV 22.86 145.58 145.93 -
System Red Green Blue C M Y K H S L
Decimal 48 4 54 0.11 0.93 0 0.79 292.8 0.86 0.11
Hex 30 4 36 B 5D 0 4F 125 56 B
Octal 60 4 66 13 135 0 117 445 126 13
Binary 110000 100 110110 1011 1011101 0 1001111 100100101 1010110 1011

Color Harmonies of #300436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300436

Black with #300436

Text Example


Text Example

White with #300436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300436; }

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

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

background-color css

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

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

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

border-color css

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

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

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