Html Css Color HEX #33283D Blackcurrant

📋 copy color: '#33283D'

red 51 ◦ green 40 ◦ blue 61

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

Shades of Blackcurrant #33283D

Tints of Blackcurrant #33283D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 40.13%

R = 33.55%
G = 26.32%
B = 40.13%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33283D (or 0x33283D) is known color: Blackcurrant. HEX triplet: 33, 28 and 3D. RGB value is (51,40,61). Sum of RGB (Red+Green+Blue) = 51+40+61=152 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.55% from 152); Green value is 40 (16.02% from 255 or 26.32% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #33283D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33283D is #CCD7C2. Grayscale: #2D2D2D. Windows color (decimal): -13424579 or 4007987. OLE color: 4007987.

HSL color Cylindrical-coordinate representation of color #33283D: hue angle of 271.43º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #33283D is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 40 61 -
CMYK 0.16 0.34 0 0.76
HSL 271.43º 0.21% 0.2% -
HSV(B) 271.43º 0.34% 0.24% -
XYZ 2.97 2.56 4.75 -
YUV 45.68 136.64 131.79 -
System Red Green Blue C M Y K H S L
Decimal 51 40 61 0.16 0.34 0 0.76 271.43 0.21 0.2
Hex 33 28 3D 10 22 0 4C 10F 15 14
Octal 63 50 75 20 42 0 114 417 25 24
Binary 110011 101000 111101 10000 100010 0 1001100 100001111 10101 10100

Color Harmonies of #33283D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33283D

Black with #33283D

Text Example


Text Example

White with #33283D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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