Html Css Color HEX #300137 Blackcurrant

📋 copy color: '#300137'

red 48 ◦ green 1 ◦ blue 55

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

Shades of Blackcurrant #300137

Tints of Blackcurrant #300137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 52.88%

R = 46.15%
G = 0.96%
B = 52.88%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#300137 (or 0x300137) is known color: Blackcurrant. HEX triplet: 30, 01 and 37. RGB value is (48,1,55). Sum of RGB (Red+Green+Blue) = 48+1+55=104 (13% of max value = 765). Red value is 48 (19.14% from 255 or 46.15% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 55 (21.88% from 255 or 52.88% from 104); Max value from RGB is 55 - color contains mainly: blue. Hex color #300137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300137 is #CFFEC8. Grayscale: #151515. Windows color (decimal): -13631177 or 3604784. OLE color: 3604784.

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

Color convert

RGB 48 1 55 -
CMYK 0.13 0.98 0 0.78
HSL 292.22º 0.96% 0.11% -
HSV(B) 292.22º 0.98% 0.22% -
XYZ 1.92 0.93 3.69 -
YUV 21.21 147.07 147.11 -
System Red Green Blue C M Y K H S L
Decimal 48 1 55 0.13 0.98 0 0.78 292.22 0.96 0.11
Hex 30 1 37 D 62 0 4E 124 60 B
Octal 60 1 67 15 142 0 116 444 140 13
Binary 110000 1 110111 1101 1100010 0 1001110 100100100 1100000 1011

Color Harmonies of #300137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300137

Black with #300137

Text Example


Text Example

White with #300137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300137; }

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

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

background-color css

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

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

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

border-color css

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

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

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