Html Css Color HEX #302536 Blackcurrant

📋 copy color: '#302536'

red 48 ◦ green 37 ◦ blue 54

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

Shades of Blackcurrant #302536

Tints of Blackcurrant #302536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.62%

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

R = 34.53%
G = 26.62%
B = 38.85%

CMYK

 C value IS 0.11

 M value IS 0.31

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#302536 (or 0x302536) is known color: Blackcurrant. HEX triplet: 30, 25 and 36. RGB value is (48,37,54). Sum of RGB (Red+Green+Blue) = 48+37+54=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 54 (21.48% from 255 or 38.85% from 139); Max value from RGB is 54 - color contains mainly: blue. Hex color #302536 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #302536 is #CFDAC9. Grayscale: #2A2A2A. Windows color (decimal): -13621962 or 3548464. OLE color: 3548464.

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

Color convert

RGB 48 37 54 -
CMYK 0.11 0.31 0 0.79
HSL 278.82º 0.19% 0.18% -
HSV(B) 278.82º 0.31% 0.21% -
XYZ 2.55 2.22 3.78 -
YUV 42.23 134.64 132.12 -
System Red Green Blue C M Y K H S L
Decimal 48 37 54 0.11 0.31 0 0.79 278.82 0.19 0.18
Hex 30 25 36 B 1F 0 4F 117 13 12
Octal 60 45 66 13 37 0 117 427 23 22
Binary 110000 100101 110110 1011 11111 0 1001111 100010111 10011 10010

Color Harmonies of #302536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302536

Black with #302536

Text Example


Text Example

White with #302536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302536; }

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

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

background-color css

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

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

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

border-color css

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

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

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