Html Css Color HEX #33183A Blackcurrant

📋 copy color: '#33183A'

red 51 ◦ green 24 ◦ blue 58

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

Shades of Blackcurrant #33183A

Tints of Blackcurrant #33183A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 18.05%

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

R = 38.35%
G = 18.05%
B = 43.61%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33183A (or 0x33183A) is known color: Blackcurrant. HEX triplet: 33, 18 and 3A. RGB value is (51,24,58). Sum of RGB (Red+Green+Blue) = 51+24+58=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 24 (9.77% from 255 or 18.05% from 133); Blue value is 58 (23.05% from 255 or 43.61% from 133); Max value from RGB is 58 - color contains mainly: blue. Hex color #33183A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33183A is #CCE7C5. Grayscale: #232323. Windows color (decimal): -13428678 or 3807283. OLE color: 3807283.

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

Color convert

RGB 51 24 58 -
CMYK 0.12 0.59 0 0.77
HSL 287.65º 0.41% 0.16% -
HSV(B) 287.65º 0.59% 0.23% -
XYZ 2.46 1.66 4.19 -
YUV 35.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 51 24 58 0.12 0.59 0 0.77 287.65 0.41 0.16
Hex 33 18 3A C 3B 0 4D 120 29 10
Octal 63 30 72 14 73 0 115 440 51 20
Binary 110011 11000 111010 1100 111011 0 1001101 100100000 101001 10000

Color Harmonies of #33183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33183A

Black with #33183A

Text Example


Text Example

White with #33183A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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