Html Css Color HEX #330D42 Blackcurrant

📋 copy color: '#330D42'

red 51 ◦ green 13 ◦ blue 66

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

Shades of Blackcurrant #330D42

Tints of Blackcurrant #330D42

RGB

 RED value IS 51 (20.31% from 255) = 39.23%

 GREEN value IS 13 (5.47% from 255) = 10%

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

R = 39.23%
G = 10%
B = 50.77%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#330D42 (or 0x330D42) is known color: Blackcurrant. HEX triplet: 33, 0D and 42. RGB value is (51,13,66). Sum of RGB (Red+Green+Blue) = 51+13+66=130 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.23% from 130); Green value is 13 (5.47% from 255 or 10% 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 #330D42 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330D42 is #CCF2BD. Grayscale: #1E1E1E. Windows color (decimal): -13431486 or 4328755. OLE color: 4328755.

HSL color Cylindrical-coordinate representation of color #330D42: hue angle of 283.02º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #330D42 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 13 66 -
CMYK 0.23 0.80 0 0.74
HSL 283.02º 0.67% 0.15% -
HSV(B) 283.02º 0.8% 0.26% -
XYZ 2.49 1.39 5.29 -
YUV 30.4 148.09 142.69 -
System Red Green Blue C M Y K H S L
Decimal 51 13 66 0.23 0.80 0 0.74 283.02 0.67 0.15
Hex 33 D 42 17 50 0 4A 11B 43 F
Octal 63 15 102 27 120 0 112 433 103 17
Binary 110011 1101 1000010 10111 1010000 0 1001010 100011011 1000011 1111

Color Harmonies of #330D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330D42

Black with #330D42

Text Example


Text Example

White with #330D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330D42; }

 p { color: rgb(51,13,66); }

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

background-color css

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

 a { background-color: rgb(51,13,66); }

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

border-color css

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

 span { border-color: rgb(51,13,66); }

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