Html Css Color HEX #330038 Blackcurrant

📋 copy color: '#330038'

red 51 ◦ green 0 ◦ blue 56

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

Shades of Blackcurrant #330038

Tints of Blackcurrant #330038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 52.34%

R = 47.66%
G = 0%
B = 52.34%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#330038 (or 0x330038) is known color: Blackcurrant. HEX triplet: 33, 00 and 38. RGB value is (51,0,56). Sum of RGB (Red+Green+Blue) = 51+0+56=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 0 (0.39% from 255 or 0% from 107); Blue value is 56 (22.27% from 255 or 52.34% from 107); Max value from RGB is 56 - color contains mainly: blue. Hex color #330038 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330038 is #CCFFC7. Grayscale: #151515. Windows color (decimal): -13434824 or 3670067. OLE color: 3670067.

HSL color Cylindrical-coordinate representation of color #330038: hue angle of 294.64º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #330038 is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 0 56 -
CMYK 0.09 1 0 0.78
HSL 294.64º 1% 0.11% -
HSV(B) 294.64º 1% 0.22% -
XYZ 2.08 0.99 3.82 -
YUV 21.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 51 0 56 0.09 1 0 0.78 294.64 1 0.11
Hex 33 0 38 9 64 0 4E 127 64 B
Octal 63 0 70 11 144 0 116 447 144 13
Binary 110011 0 111000 1001 1100100 0 1001110 100100111 1100100 1011

Color Harmonies of #330038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330038

Black with #330038

Text Example


Text Example

White with #330038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330038; }

 p { color: rgb(51,0,56); }

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

background-color css

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

 a { background-color: rgb(51,0,56); }

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

border-color css

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

 span { border-color: rgb(51,0,56); }

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