Html Css Color HEX #301136 Blackcurrant

📋 copy color: '#301136'

red 48 ◦ green 17 ◦ blue 54

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

Shades of Blackcurrant #301136

Tints of Blackcurrant #301136

RGB

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

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

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

R = 40.34%
G = 14.29%
B = 45.38%

CMYK

 C value IS 0.11

 M value IS 0.69

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301136 (or 0x301136) is known color: Blackcurrant. HEX triplet: 30, 11 and 36. RGB value is (48,17,54). Sum of RGB (Red+Green+Blue) = 48+17+54=119 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40.34% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 54 - color contains mainly: blue. Hex color #301136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301136 is #CFEEC9. Grayscale: #1E1E1E. Windows color (decimal): -13627082 or 3543344. OLE color: 3543344.

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

Color convert

RGB 48 17 54 -
CMYK 0.11 0.69 0 0.79
HSL 290.27º 0.52% 0.14% -
HSV(B) 290.27º 0.69% 0.21% -
XYZ 2.09 1.3 3.63 -
YUV 30.49 141.27 140.49 -
System Red Green Blue C M Y K H S L
Decimal 48 17 54 0.11 0.69 0 0.79 290.27 0.52 0.14
Hex 30 11 36 B 45 0 4F 122 34 E
Octal 60 21 66 13 105 0 117 442 64 16
Binary 110000 10001 110110 1011 1000101 0 1001111 100100010 110100 1110

Color Harmonies of #301136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301136

Black with #301136

Text Example


Text Example

White with #301136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301136; }

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

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

background-color css

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

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

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

border-color css

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

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

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