Html Css Color HEX #33023A Blackcurrant

📋 copy color: '#33023A'

red 51 ◦ green 2 ◦ blue 58

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

Shades of Blackcurrant #33023A

Tints of Blackcurrant #33023A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.8%

 BLUE value IS 58 (23.05% from 255) = 52.25%

R = 45.95%
G = 1.8%
B = 52.25%

CMYK

 C value IS 0.12

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33023A (or 0x33023A) is known color: Blackcurrant. HEX triplet: 33, 02 and 3A. RGB value is (51,2,58). Sum of RGB (Red+Green+Blue) = 51+2+58=111 (14% of max value = 765). Red value is 51 (20.31% from 255 or 45.95% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #33023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33023A is #CCFDC5. Grayscale: #161616. Windows color (decimal): -13434310 or 3801651. OLE color: 3801651.

HSL color Cylindrical-coordinate representation of color #33023A: hue angle of 292.5º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33023A is Cyan = 0.12, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 2 58 -
CMYK 0.12 0.97 0 0.77
HSL 292.5º 0.93% 0.12% -
HSV(B) 292.5º 0.97% 0.23% -
XYZ 2.15 1.05 4.09 -
YUV 23.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 51 2 58 0.12 0.97 0 0.77 292.5 0.93 0.12
Hex 33 2 3A C 61 0 4D 124 5D C
Octal 63 2 72 14 141 0 115 444 135 14
Binary 110011 10 111010 1100 1100001 0 1001101 100100100 1011101 1100

Color Harmonies of #33023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33023A

Black with #33023A

Text Example


Text Example

White with #33023A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33023A; }

 p { color: rgb(51,2,58); }

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

background-color css

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

 a { background-color: rgb(51,2,58); }

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

border-color css

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

 span { border-color: rgb(51,2,58); }

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