Html Css Color HEX #300F42 Blackcurrant

📋 copy color: '#300F42'

red 48 ◦ green 15 ◦ blue 66

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

Shades of Blackcurrant #300F42

Tints of Blackcurrant #300F42

RGB

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

 GREEN value IS 15 (6.25% from 255) = 11.63%

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

R = 37.21%
G = 11.63%
B = 51.16%

CMYK

 C value IS 0.27

 M value IS 0.77

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#300F42 (or 0x300F42) is known color: Blackcurrant. HEX triplet: 30, 0F and 42. RGB value is (48,15,66). Sum of RGB (Red+Green+Blue) = 48+15+66=129 (17% of max value = 765). Red value is 48 (19.14% from 255 or 37.21% from 129); Green value is 15 (6.25% from 255 or 11.63% from 129); Blue value is 66 (26.17% from 255 or 51.16% from 129); Max value from RGB is 66 - color contains mainly: blue. Hex color #300F42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #300F42 is #CFF0BD. Grayscale: #1E1E1E. Windows color (decimal): -13627582 or 4329264. OLE color: 4329264.

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

Color convert

RGB 48 15 66 -
CMYK 0.27 0.77 0 0.74
HSL 278.82º 0.63% 0.16% -
HSV(B) 278.82º 0.77% 0.26% -
XYZ 2.37 1.36 5.29 -
YUV 30.68 147.93 140.35 -
System Red Green Blue C M Y K H S L
Decimal 48 15 66 0.27 0.77 0 0.74 278.82 0.63 0.16
Hex 30 F 42 1B 4D 0 4A 117 3F 10
Octal 60 17 102 33 115 0 112 427 77 20
Binary 110000 1111 1000010 11011 1001101 0 1001010 100010111 111111 10000

Color Harmonies of #300F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #300F42

Black with #300F42

Text Example


Text Example

White with #300F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #300F42; }

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

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

background-color css

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

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

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

border-color css

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

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

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