Html Css Color HEX #301042 Blackcurrant

📋 copy color: '#301042'

red 48 ◦ green 16 ◦ blue 66

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

Shades of Blackcurrant #301042

Tints of Blackcurrant #301042

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.31%

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

R = 36.92%
G = 12.31%
B = 50.77%

CMYK

 C value IS 0.27

 M value IS 0.76

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#301042 (or 0x301042) is known color: Blackcurrant. HEX triplet: 30, 10 and 42. RGB value is (48,16,66). Sum of RGB (Red+Green+Blue) = 48+16+66=130 (17% of max value = 765). Red value is 48 (19.14% from 255 or 36.92% from 130); Green value is 16 (6.64% from 255 or 12.31% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #301042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #301042 is #CFEFBD. Grayscale: #1F1F1F. Windows color (decimal): -13627326 or 4329520. OLE color: 4329520.

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

Color convert

RGB 48 16 66 -
CMYK 0.27 0.76 0 0.74
HSL 278.4º 0.61% 0.16% -
HSV(B) 278.4º 0.76% 0.26% -
XYZ 2.39 1.39 5.3 -
YUV 31.27 147.6 139.93 -
System Red Green Blue C M Y K H S L
Decimal 48 16 66 0.27 0.76 0 0.74 278.4 0.61 0.16
Hex 30 10 42 1B 4C 0 4A 116 3D 10
Octal 60 20 102 33 114 0 112 426 75 20
Binary 110000 10000 1000010 11011 1001100 0 1001010 100010110 111101 10000

Color Harmonies of #301042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #301042

Black with #301042

Text Example


Text Example

White with #301042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #301042; }

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

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

background-color css

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

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

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

border-color css

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

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

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