Html Css Color HEX #300737 Blackcurrant

📋 copy color: '#300737'

red 48 ◦ green 7 ◦ blue 55

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

Shades of Blackcurrant #300737

Tints of Blackcurrant #300737

RGB

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

 GREEN value IS 7 (3.13% from 255) = 6.36%

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

R = 43.64%
G = 6.36%
B = 50%

CMYK

 C value IS 0.13

 M value IS 0.87

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300737 (or 0x300737) is known color: Blackcurrant. HEX triplet: 30, 07 and 37. RGB value is (48,7,55). Sum of RGB (Red+Green+Blue) = 48+7+55=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #300737 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300737 is #CFF8C8. Grayscale: #181818. Windows color (decimal): -13629641 or 3606320. OLE color: 3606320.

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

Color convert

RGB 48 7 55 -
CMYK 0.13 0.87 0 0.78
HSL 291.25º 0.77% 0.12% -
HSV(B) 291.25º 0.87% 0.22% -
XYZ 1.98 1.06 3.71 -
YUV 24.73 145.08 144.6 -
System Red Green Blue C M Y K H S L
Decimal 48 7 55 0.13 0.87 0 0.78 291.25 0.77 0.12
Hex 30 7 37 D 57 0 4E 123 4D C
Octal 60 7 67 15 127 0 116 443 115 14
Binary 110000 111 110111 1101 1010111 0 1001110 100100011 1001101 1100

Color Harmonies of #300737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300737

Black with #300737

Text Example


Text Example

White with #300737

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300737; }

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

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

background-color css

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

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

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

border-color css

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

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

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