Html Css Color HEX #301242 Blackcurrant

📋 copy color: '#301242'

red 48 ◦ green 18 ◦ blue 66

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

Shades of Blackcurrant #301242

Tints of Blackcurrant #301242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50%

R = 36.36%
G = 13.64%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301242 (or 0x301242) is known color: Blackcurrant. HEX triplet: 30, 12 and 42. RGB value is (48,18,66). Sum of RGB (Red+Green+Blue) = 48+18+66=132 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.36% from 132); Green value is 18 (7.42% from 255 or 13.64% from 132); Blue value is 66 (26.17% from 255 or 50% from 132); Max value from RGB is 66 - color contains mainly: blue. Hex color #301242 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301242 is #CFEDBD. Grayscale: #202020. Windows color (decimal): -13626814 or 4330032. OLE color: 4330032.

HSL color Cylindrical-coordinate representation of color #301242: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #301242 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 18 66 -
CMYK 0.27 0.73 0 0.74
HSL 277.5º 0.57% 0.16% -
HSV(B) 277.5º 0.73% 0.26% -
XYZ 2.42 1.45 5.31 -
YUV 32.44 146.94 139.1 -
System Red Green Blue C M Y K H S L
Decimal 48 18 66 0.27 0.73 0 0.74 277.5 0.57 0.16
Hex 30 12 42 1B 49 0 4A 116 39 10
Octal 60 22 102 33 111 0 112 426 71 20
Binary 110000 10010 1000010 11011 1001001 0 1001010 100010110 111001 10000

Color Harmonies of #301242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301242

Black with #301242

Text Example


Text Example

White with #301242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301242; }

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

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

background-color css

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

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

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

border-color css

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

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

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