Html Css Color HEX #221238 Blackcurrant

📋 copy color: '#221238'

red 34 ◦ green 18 ◦ blue 56

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

Shades of Blackcurrant #221238

Tints of Blackcurrant #221238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 16.67%

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

R = 31.48%
G = 16.67%
B = 51.85%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#221238 (or 0x221238) is known color: Blackcurrant. HEX triplet: 22, 12 and 38. RGB value is (34,18,56). Sum of RGB (Red+Green+Blue) = 34+18+56=108 (14% of max value = 765). Red value is 34 (13.67% from 255 or 31.48% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 56 (22.27% from 255 or 51.85% from 108); Max value from RGB is 56 - color contains mainly: blue. Hex color #221238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221238 is #DDEDC7. Grayscale: #1A1A1A. Windows color (decimal): -14544328 or 3674658. OLE color: 3674658.

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

Color convert

RGB 34 18 56 -
CMYK 0.39 0.68 0 0.78
HSL 265.26º 0.51% 0.15% -
HSV(B) 265.26º 0.68% 0.22% -
XYZ 1.59 1.06 3.86 -
YUV 27.12 144.3 132.91 -
System Red Green Blue C M Y K H S L
Decimal 34 18 56 0.39 0.68 0 0.78 265.26 0.51 0.15
Hex 22 12 38 27 44 0 4E 109 33 F
Octal 42 22 70 47 104 0 116 411 63 17
Binary 100010 10010 111000 100111 1000100 0 1001110 100001001 110011 1111

Color Harmonies of #221238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221238

Black with #221238

Text Example


Text Example

White with #221238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221238; }

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

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

background-color css

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

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

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

border-color css

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

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

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