Html Css Color HEX #301237 Blackcurrant

📋 copy color: '#301237'

red 48 ◦ green 18 ◦ blue 55

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

Shades of Blackcurrant #301237

Tints of Blackcurrant #301237

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.88%

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

R = 39.67%
G = 14.88%
B = 45.45%

CMYK

 C value IS 0.13

 M value IS 0.67

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#301237 (or 0x301237) is known color: Blackcurrant. HEX triplet: 30, 12 and 37. RGB value is (48,18,55). Sum of RGB (Red+Green+Blue) = 48+18+55=121 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.67% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #301237 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301237 is #CFEDC8. Grayscale: #1F1F1F. Windows color (decimal): -13626825 or 3609136. OLE color: 3609136.

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

Color convert

RGB 48 18 55 -
CMYK 0.13 0.67 0 0.78
HSL 288.65º 0.51% 0.14% -
HSV(B) 288.65º 0.67% 0.22% -
XYZ 2.12 1.34 3.76 -
YUV 31.19 141.44 139.99 -
System Red Green Blue C M Y K H S L
Decimal 48 18 55 0.13 0.67 0 0.78 288.65 0.51 0.14
Hex 30 12 37 D 43 0 4E 121 33 E
Octal 60 22 67 15 103 0 116 441 63 16
Binary 110000 10010 110111 1101 1000011 0 1001110 100100001 110011 1110

Color Harmonies of #301237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301237

Black with #301237

Text Example


Text Example

White with #301237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301237; }

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

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

background-color css

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

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

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

border-color css

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

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

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