Html Css Color HEX #300136 Blackcurrant

📋 copy color: '#300136'

red 48 ◦ green 1 ◦ blue 54

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

Shades of Blackcurrant #300136

Tints of Blackcurrant #300136

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.97%

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

R = 46.6%
G = 0.97%
B = 52.43%

CMYK

 C value IS 0.11

 M value IS 0.98

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#300136 (or 0x300136) is known color: Blackcurrant. HEX triplet: 30, 01 and 36. RGB value is (48,1,54). Sum of RGB (Red+Green+Blue) = 48+1+54=103 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.60% from 103); Green value is 1 (0.78% from 255 or 0.97% from 103); Blue value is 54 (21.48% from 255 or 52.43% from 103); Max value from RGB is 54 - color contains mainly: blue. Hex color #300136 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300136 is #CFFEC9. Grayscale: #141414. Windows color (decimal): -13631178 or 3539248. OLE color: 3539248.

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

Color convert

RGB 48 1 54 -
CMYK 0.11 0.98 0 0.79
HSL 293.21º 0.96% 0.11% -
HSV(B) 293.21º 0.98% 0.21% -
XYZ 1.9 0.92 3.57 -
YUV 21.1 146.57 147.19 -
System Red Green Blue C M Y K H S L
Decimal 48 1 54 0.11 0.98 0 0.79 293.21 0.96 0.11
Hex 30 1 36 B 62 0 4F 125 60 B
Octal 60 1 66 13 142 0 117 445 140 13
Binary 110000 1 110110 1011 1100010 0 1001111 100100101 1100000 1011

Color Harmonies of #300136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300136

Black with #300136

Text Example


Text Example

White with #300136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300136; }

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

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

background-color css

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

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

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

border-color css

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

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

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