Html Css Color HEX #33283A Blackcurrant

📋 copy color: '#33283A'

red 51 ◦ green 40 ◦ blue 58

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

Shades of Blackcurrant #33283A

Tints of Blackcurrant #33283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 26.85%

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

R = 34.23%
G = 26.85%
B = 38.93%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33283A (or 0x33283A) is known color: Blackcurrant. HEX triplet: 33, 28 and 3A. RGB value is (51,40,58). Sum of RGB (Red+Green+Blue) = 51+40+58=149 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.23% from 149); Green value is 40 (16.02% from 255 or 26.85% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #33283A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33283A is #CCD7C5. Grayscale: #2D2D2D. Windows color (decimal): -13424582 or 3811379. OLE color: 3811379.

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

Color convert

RGB 51 40 58 -
CMYK 0.12 0.31 0 0.77
HSL 276.67º 0.18% 0.19% -
HSV(B) 276.67º 0.31% 0.23% -
XYZ 2.89 2.53 4.34 -
YUV 45.34 135.14 132.04 -
System Red Green Blue C M Y K H S L
Decimal 51 40 58 0.12 0.31 0 0.77 276.67 0.18 0.19
Hex 33 28 3A C 1F 0 4D 115 12 13
Octal 63 50 72 14 37 0 115 425 22 23
Binary 110011 101000 111010 1100 11111 0 1001101 100010101 10010 10011

Color Harmonies of #33283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33283A

Black with #33283A

Text Example


Text Example

White with #33283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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