Html Css Color HEX #33003E Blackcurrant

📋 copy color: '#33003E'

red 51 ◦ green 0 ◦ blue 62

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

Shades of Blackcurrant #33003E

Tints of Blackcurrant #33003E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 54.87%

R = 45.13%
G = 0%
B = 54.87%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33003E (or 0x33003E) is known color: Blackcurrant. HEX triplet: 33, 00 and 3E. RGB value is (51,0,62). Sum of RGB (Red+Green+Blue) = 51+0+62=113 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.13% from 113); Green value is 0 (0.39% from 255 or 0% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #33003E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33003E is #CCFFC1. Grayscale: #161616. Windows color (decimal): -13434818 or 4063283. OLE color: 4063283.

HSL color Cylindrical-coordinate representation of color #33003E: hue angle of 289.35º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #33003E is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 0 62 -
CMYK 0.18 1 0 0.76
HSL 289.35º 1% 0.12% -
HSV(B) 289.35º 1% 0.24% -
XYZ 2.23 1.05 4.64 -
YUV 22.32 150.4 148.46 -
System Red Green Blue C M Y K H S L
Decimal 51 0 62 0.18 1 0 0.76 289.35 1 0.12
Hex 33 0 3E 12 64 0 4C 121 64 C
Octal 63 0 76 22 144 0 114 441 144 14
Binary 110011 0 111110 10010 1100100 0 1001100 100100001 1100100 1100

Color Harmonies of #33003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33003E

Black with #33003E

Text Example


Text Example

White with #33003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33003E; }

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

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

background-color css

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

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

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

border-color css

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

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

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