Html Css Color HEX #300836 Blackcurrant

📋 copy color: '#300836'

red 48 ◦ green 8 ◦ blue 54

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

Shades of Blackcurrant #300836

Tints of Blackcurrant #300836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.27%

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

R = 43.64%
G = 7.27%
B = 49.09%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#300836 (or 0x300836) is known color: Blackcurrant. HEX triplet: 30, 08 and 36. RGB value is (48,8,54). Sum of RGB (Red+Green+Blue) = 48+8+54=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 54 (21.48% from 255 or 49.09% from 110); Max value from RGB is 54 - color contains mainly: blue. Hex color #300836 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300836 is #CFF7C9. Grayscale: #191919. Windows color (decimal): -13629386 or 3541040. OLE color: 3541040.

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

Color convert

RGB 48 8 54 -
CMYK 0.11 0.85 0 0.79
HSL 292.17º 0.74% 0.12% -
HSV(B) 292.17º 0.85% 0.21% -
XYZ 1.97 1.07 3.59 -
YUV 25.2 144.25 144.26 -
System Red Green Blue C M Y K H S L
Decimal 48 8 54 0.11 0.85 0 0.79 292.17 0.74 0.12
Hex 30 8 36 B 55 0 4F 124 4A C
Octal 60 10 66 13 125 0 117 444 112 14
Binary 110000 1000 110110 1011 1010101 0 1001111 100100100 1001010 1100

Color Harmonies of #300836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300836

Black with #300836

Text Example


Text Example

White with #300836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300836; }

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

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

background-color css

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

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

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

border-color css

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

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

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