Html Css Color HEX #300042 Blackcurrant

📋 copy color: '#300042'

red 48 ◦ green 0 ◦ blue 66

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

Shades of Blackcurrant #300042

Tints of Blackcurrant #300042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 42.11%
G = 0%
B = 57.89%

CMYK

 C value IS 0.27

 M value IS 1

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#300042 (or 0x300042) is known color: Blackcurrant. HEX triplet: 30, 00 and 42. RGB value is (48,0,66). Sum of RGB (Red+Green+Blue) = 48+0+66=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 0 (0.39% from 255 or 0% from 114); Blue value is 66 (26.17% from 255 or 57.89% from 114); Max value from RGB is 66 - color contains mainly: blue. Hex color #300042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300042 is #CFFFBD. Grayscale: #151515. Windows color (decimal): -13631422 or 4325424. OLE color: 4325424.

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

Color convert

RGB 48 0 66 -
CMYK 0.27 1 0 0.74
HSL 283.64º 1% 0.13% -
HSV(B) 283.64º 1% 0.26% -
XYZ 2.2 1.02 5.24 -
YUV 21.88 152.9 146.63 -
System Red Green Blue C M Y K H S L
Decimal 48 0 66 0.27 1 0 0.74 283.64 1 0.13
Hex 30 0 42 1B 64 0 4A 11C 64 D
Octal 60 0 102 33 144 0 112 434 144 15
Binary 110000 0 1000010 11011 1100100 0 1001010 100011100 1100100 1101

Color Harmonies of #300042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300042

Black with #300042

Text Example


Text Example

White with #300042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300042; }

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

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

background-color css

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

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

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

border-color css

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

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

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