Html Css Color HEX #221338 Blackcurrant

📋 copy color: '#221338'

red 34 ◦ green 19 ◦ blue 56

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

Shades of Blackcurrant #221338

Tints of Blackcurrant #221338

RGB

 RED value IS 34 (13.67% from 255) = 31.19%

 GREEN value IS 19 (7.81% from 255) = 17.43%

 BLUE value IS 56 (22.27% from 255) = 51.38%

R = 31.19%
G = 17.43%
B = 51.38%

CMYK

 C value IS 0.39

 M value IS 0.66

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#221338 (or 0x221338) is known color: Blackcurrant. HEX triplet: 22, 13 and 38. RGB value is (34,19,56). Sum of RGB (Red+Green+Blue) = 34+19+56=109 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.19% from 109); Green value is 19 (7.81% from 255 or 17.43% from 109); Blue value is 56 (22.27% from 255 or 51.38% from 109); Max value from RGB is 56 - color contains mainly: blue. Hex color #221338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221338 is #DDECC7. Grayscale: #1B1B1B. Windows color (decimal): -14544072 or 3674914. OLE color: 3674914.

HSL color Cylindrical-coordinate representation of color #221338: hue angle of 264.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #221338 is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 34 19 56 -
CMYK 0.39 0.66 0 0.78
HSL 264.32º 0.49% 0.15% -
HSV(B) 264.32º 0.66% 0.22% -
XYZ 1.61 1.09 3.87 -
YUV 27.7 143.97 132.49 -
System Red Green Blue C M Y K H S L
Decimal 34 19 56 0.39 0.66 0 0.78 264.32 0.49 0.15
Hex 22 13 38 27 42 0 4E 108 31 F
Octal 42 23 70 47 102 0 116 410 61 17
Binary 100010 10011 111000 100111 1000010 0 1001110 100001000 110001 1111

Color Harmonies of #221338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221338

Black with #221338

Text Example


Text Example

White with #221338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221338; }

 p { color: rgb(34,19,56); }

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

background-color css

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

 a { background-color: rgb(34,19,56); }

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

border-color css

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

 span { border-color: rgb(34,19,56); }

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