Html Css Color HEX #301536 Blackcurrant

📋 copy color: '#301536'

red 48 ◦ green 21 ◦ blue 54

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

Shades of Blackcurrant #301536

Tints of Blackcurrant #301536

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

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

R = 39.02%
G = 17.07%
B = 43.9%

CMYK

 C value IS 0.11

 M value IS 0.61

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301536 (or 0x301536) is known color: Blackcurrant. HEX triplet: 30, 15 and 36. RGB value is (48,21,54). Sum of RGB (Red+Green+Blue) = 48+21+54=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 54 (21.48% from 255 or 43.90% from 123); Max value from RGB is 54 - color contains mainly: blue. Hex color #301536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301536 is #CFEAC9. Grayscale: #202020. Windows color (decimal): -13626058 or 3544368. OLE color: 3544368.

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

Color convert

RGB 48 21 54 -
CMYK 0.11 0.61 0 0.79
HSL 289.09º 0.44% 0.15% -
HSV(B) 289.09º 0.61% 0.21% -
XYZ 2.15 1.43 3.65 -
YUV 32.84 139.95 138.82 -
System Red Green Blue C M Y K H S L
Decimal 48 21 54 0.11 0.61 0 0.79 289.09 0.44 0.15
Hex 30 15 36 B 3D 0 4F 121 2C F
Octal 60 25 66 13 75 0 117 441 54 17
Binary 110000 10101 110110 1011 111101 0 1001111 100100001 101100 1111

Color Harmonies of #301536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301536

Black with #301536

Text Example


Text Example

White with #301536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301536; }

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

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

background-color css

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

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

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

border-color css

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

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

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