Html Css Color HEX #301137 Blackcurrant

📋 copy color: '#301137'

red 48 ◦ green 17 ◦ blue 55

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

Shades of Blackcurrant #301137

Tints of Blackcurrant #301137

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.17%

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

R = 40%
G = 14.17%
B = 45.83%

CMYK

 C value IS 0.13

 M value IS 0.69

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301137 (or 0x301137) is known color: Blackcurrant. HEX triplet: 30, 11 and 37. RGB value is (48,17,55). Sum of RGB (Red+Green+Blue) = 48+17+55=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 55 (21.88% from 255 or 45.83% from 120); Max value from RGB is 55 - color contains mainly: blue. Hex color #301137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301137 is #CFEEC8. Grayscale: #1E1E1E. Windows color (decimal): -13627081 or 3608880. OLE color: 3608880.

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

Color convert

RGB 48 17 55 -
CMYK 0.13 0.69 0 0.78
HSL 288.95º 0.53% 0.14% -
HSV(B) 288.95º 0.69% 0.22% -
XYZ 2.11 1.31 3.76 -
YUV 30.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 48 17 55 0.13 0.69 0 0.78 288.95 0.53 0.14
Hex 30 11 37 D 45 0 4E 121 35 E
Octal 60 21 67 15 105 0 116 441 65 16
Binary 110000 10001 110111 1101 1000101 0 1001110 100100001 110101 1110

Color Harmonies of #301137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301137

Black with #301137

Text Example


Text Example

White with #301137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301137; }

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

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

background-color css

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

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

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

border-color css

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

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

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