Html Css Color HEX #300837 Blackcurrant

📋 copy color: '#300837'

red 48 ◦ green 8 ◦ blue 55

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

Shades of Blackcurrant #300837

Tints of Blackcurrant #300837

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 49.55%

R = 43.24%
G = 7.21%
B = 49.55%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300837 (or 0x300837) is known color: Blackcurrant. HEX triplet: 30, 08 and 37. RGB value is (48,8,55). Sum of RGB (Red+Green+Blue) = 48+8+55=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 55 (21.88% from 255 or 49.55% from 111); Max value from RGB is 55 - color contains mainly: blue. Hex color #300837 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300837 is #CFF7C8. Grayscale: #191919. Windows color (decimal): -13629385 or 3606576. OLE color: 3606576.

HSL color Cylindrical-coordinate representation of color #300837: hue angle of 291.06º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #300837 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 48 8 55 -
CMYK 0.13 0.85 0 0.78
HSL 291.06º 0.75% 0.12% -
HSV(B) 291.06º 0.85% 0.22% -
XYZ 2 1.08 3.72 -
YUV 25.32 144.75 144.18 -
System Red Green Blue C M Y K H S L
Decimal 48 8 55 0.13 0.85 0 0.78 291.06 0.75 0.12
Hex 30 8 37 D 55 0 4E 123 4B C
Octal 60 10 67 15 125 0 116 443 113 14
Binary 110000 1000 110111 1101 1010101 0 1001110 100100011 1001011 1100

Color Harmonies of #300837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300837

Black with #300837

Text Example


Text Example

White with #300837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300837; }

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

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

background-color css

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

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

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

border-color css

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

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

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