Html Css Color HEX #33233C Blackcurrant

📋 copy color: '#33233C'

red 51 ◦ green 35 ◦ blue 60

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

Shades of Blackcurrant #33233C

Tints of Blackcurrant #33233C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 23.97%

 BLUE value IS 60 (23.83% from 255) = 41.1%

R = 34.93%
G = 23.97%
B = 41.1%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33233C (or 0x33233C) is known color: Blackcurrant. HEX triplet: 33, 23 and 3C. RGB value is (51,35,60). Sum of RGB (Red+Green+Blue) = 51+35+60=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 35 (14.06% from 255 or 23.97% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 60 - color contains mainly: blue. Hex color #33233C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33233C is #CCDCC3. Grayscale: #2A2A2A. Windows color (decimal): -13425860 or 3941171. OLE color: 3941171.

HSL color Cylindrical-coordinate representation of color #33233C: hue angle of 278.4º degrees, saturation: 0.26, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #33233C is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 35 60 -
CMYK 0.15 0.42 0 0.76
HSL 278.4º 0.26% 0.19% -
HSV(B) 278.4º 0.42% 0.24% -
XYZ 2.78 2.23 4.56 -
YUV 42.63 137.8 133.97 -
System Red Green Blue C M Y K H S L
Decimal 51 35 60 0.15 0.42 0 0.76 278.4 0.26 0.19
Hex 33 23 3C F 2A 0 4C 116 1A 13
Octal 63 43 74 17 52 0 114 426 32 23
Binary 110011 100011 111100 1111 101010 0 1001100 100010110 11010 10011

Color Harmonies of #33233C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33233C

Black with #33233C

Text Example


Text Example

White with #33233C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33233C; }

 p { color: rgb(51,35,60); }

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

background-color css

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

 a { background-color: rgb(51,35,60); }

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

border-color css

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

 span { border-color: rgb(51,35,60); }

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