Html Css Color HEX #301437 Blackcurrant

📋 copy color: '#301437'

red 48 ◦ green 20 ◦ blue 55

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

Shades of Blackcurrant #301437

Tints of Blackcurrant #301437

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.26%

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

R = 39.02%
G = 16.26%
B = 44.72%

CMYK

 C value IS 0.13

 M value IS 0.64

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301437 (or 0x301437) is known color: Blackcurrant. HEX triplet: 30, 14 and 37. RGB value is (48,20,55). Sum of RGB (Red+Green+Blue) = 48+20+55=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 55 (21.88% from 255 or 44.72% from 123); Max value from RGB is 55 - color contains mainly: blue. Hex color #301437 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301437 is #CFEBC8. Grayscale: #202020. Windows color (decimal): -13626313 or 3609648. OLE color: 3609648.

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

Color convert

RGB 48 20 55 -
CMYK 0.13 0.64 0 0.78
HSL 288º 0.47% 0.15% -
HSV(B) 288º 0.64% 0.22% -
XYZ 2.16 1.4 3.77 -
YUV 32.36 140.78 139.15 -
System Red Green Blue C M Y K H S L
Decimal 48 20 55 0.13 0.64 0 0.78 288 0.47 0.15
Hex 30 14 37 D 40 0 4E 120 2F F
Octal 60 24 67 15 100 0 116 440 57 17
Binary 110000 10100 110111 1101 1000000 0 1001110 100100000 101111 1111

Color Harmonies of #301437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301437

Black with #301437

Text Example


Text Example

White with #301437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301437; }

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

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

background-color css

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

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

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

border-color css

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

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

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