Html Css Color HEX #301037 Blackcurrant

📋 copy color: '#301037'

red 48 ◦ green 16 ◦ blue 55

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

Shades of Blackcurrant #301037

Tints of Blackcurrant #301037

RGB

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

 GREEN value IS 16 (6.64% from 255) = 13.45%

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

R = 40.34%
G = 13.45%
B = 46.22%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301037 (or 0x301037) is known color: Blackcurrant. HEX triplet: 30, 10 and 37. RGB value is (48,16,55). Sum of RGB (Red+Green+Blue) = 48+16+55=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 55 (21.88% from 255 or 46.22% from 119); Max value from RGB is 55 - color contains mainly: blue. Hex color #301037 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301037 is #CFEFC8. Grayscale: #1D1D1D. Windows color (decimal): -13627337 or 3608624. OLE color: 3608624.

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

Color convert

RGB 48 16 55 -
CMYK 0.13 0.71 0 0.78
HSL 289.23º 0.55% 0.14% -
HSV(B) 289.23º 0.71% 0.22% -
XYZ 2.09 1.27 3.75 -
YUV 30.01 142.1 140.83 -
System Red Green Blue C M Y K H S L
Decimal 48 16 55 0.13 0.71 0 0.78 289.23 0.55 0.14
Hex 30 10 37 D 47 0 4E 121 37 E
Octal 60 20 67 15 107 0 116 441 67 16
Binary 110000 10000 110111 1101 1000111 0 1001110 100100001 110111 1110

Color Harmonies of #301037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301037

Black with #301037

Text Example


Text Example

White with #301037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301037; }

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

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

background-color css

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

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

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

border-color css

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

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

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