Html Css Color HEX #301337 Blackcurrant

📋 copy color: '#301337'

red 48 ◦ green 19 ◦ blue 55

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

Shades of Blackcurrant #301337

Tints of Blackcurrant #301337

RGB

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

 GREEN value IS 19 (7.81% from 255) = 15.57%

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

R = 39.34%
G = 15.57%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301337 (or 0x301337) is known color: Blackcurrant. HEX triplet: 30, 13 and 37. RGB value is (48,19,55). Sum of RGB (Red+Green+Blue) = 48+19+55=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #301337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301337 is #CFECC8. Grayscale: #1F1F1F. Windows color (decimal): -13626569 or 3609392. OLE color: 3609392.

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

Color convert

RGB 48 19 55 -
CMYK 0.13 0.65 0 0.78
HSL 288.33º 0.49% 0.15% -
HSV(B) 288.33º 0.65% 0.22% -
XYZ 2.14 1.37 3.77 -
YUV 31.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 48 19 55 0.13 0.65 0 0.78 288.33 0.49 0.15
Hex 30 13 37 D 41 0 4E 120 31 F
Octal 60 23 67 15 101 0 116 440 61 17
Binary 110000 10011 110111 1101 1000001 0 1001110 100100000 110001 1111

Color Harmonies of #301337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301337

Black with #301337

Text Example


Text Example

White with #301337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301337; }

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

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

background-color css

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

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

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

border-color css

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

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

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