Html Css Color HEX #302936 Blackcurrant

📋 copy color: '#302936'

red 48 ◦ green 41 ◦ blue 54

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

Shades of Blackcurrant #302936

Tints of Blackcurrant #302936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.67%

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

R = 33.57%
G = 28.67%
B = 37.76%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#302936 (or 0x302936) is known color: Blackcurrant. HEX triplet: 30, 29 and 36. RGB value is (48,41,54). Sum of RGB (Red+Green+Blue) = 48+41+54=143 (18% of max value = 765). Red value is 48 (19.14% from 255 or 33.57% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 54 (21.48% from 255 or 37.76% from 143); Max value from RGB is 54 - color contains mainly: blue. Hex color #302936 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302936 is #CFD6C9. Grayscale: #2C2C2C. Windows color (decimal): -13620938 or 3549488. OLE color: 3549488.

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

Color convert

RGB 48 41 54 -
CMYK 0.11 0.24 0 0.79
HSL 272.31º 0.14% 0.19% -
HSV(B) 272.31º 0.24% 0.21% -
XYZ 2.68 2.48 3.83 -
YUV 44.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 48 41 54 0.11 0.24 0 0.79 272.31 0.14 0.19
Hex 30 29 36 B 18 0 4F 110 E 13
Octal 60 51 66 13 30 0 117 420 16 23
Binary 110000 101001 110110 1011 11000 0 1001111 100010000 1110 10011

Color Harmonies of #302936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302936

Black with #302936

Text Example


Text Example

White with #302936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302936; }

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

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

background-color css

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

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

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

border-color css

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

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

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