Html Css Color HEX #301236 Blackcurrant

📋 copy color: '#301236'

red 48 ◦ green 18 ◦ blue 54

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

Shades of Blackcurrant #301236

Tints of Blackcurrant #301236

RGB

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

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

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

R = 40%
G = 15%
B = 45%

CMYK

 C value IS 0.11

 M value IS 0.67

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#301236 (or 0x301236) is known color: Blackcurrant. HEX triplet: 30, 12 and 36. RGB value is (48,18,54). Sum of RGB (Red+Green+Blue) = 48+18+54=120 (15% of max value = 765). Red value is 48 (19.14% from 255 or 40% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #301236 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301236 is #CFEDC9. Grayscale: #1E1E1E. Windows color (decimal): -13626826 or 3543600. OLE color: 3543600.

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

Color convert

RGB 48 18 54 -
CMYK 0.11 0.67 0 0.79
HSL 290º 0.5% 0.14% -
HSV(B) 290º 0.67% 0.21% -
XYZ 2.1 1.33 3.64 -
YUV 31.07 140.94 140.07 -
System Red Green Blue C M Y K H S L
Decimal 48 18 54 0.11 0.67 0 0.79 290 0.5 0.14
Hex 30 12 36 B 43 0 4F 122 32 E
Octal 60 22 66 13 103 0 117 442 62 16
Binary 110000 10010 110110 1011 1000011 0 1001111 100100010 110010 1110

Color Harmonies of #301236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301236

Black with #301236

Text Example


Text Example

White with #301236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301236; }

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

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

background-color css

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

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

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

border-color css

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

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

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