Html Css Color HEX #221427 Blackcurrant

📋 copy color: '#221427'

red 34 ◦ green 20 ◦ blue 39

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

Shades of Blackcurrant #221427

Tints of Blackcurrant #221427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.51%

 BLUE value IS 39 (15.63% from 255) = 41.94%

R = 36.56%
G = 21.51%
B = 41.94%

CMYK

 C value IS 0.13

 M value IS 0.49

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#221427 (or 0x221427) is known color: Blackcurrant. HEX triplet: 22, 14 and 27. RGB value is (34,20,39). Sum of RGB (Red+Green+Blue) = 34+20+39=93 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.56% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #221427 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221427 is #DDEBD8. Grayscale: #1A1A1A. Windows color (decimal): -14543833 or 2561058. OLE color: 2561058.

HSL color Cylindrical-coordinate representation of color #221427: hue angle of 284.21º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #221427 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 34 20 39 -
CMYK 0.13 0.49 0 0.85
HSL 284.21º 0.32% 0.12% -
HSV(B) 284.21º 0.49% 0.15% -
XYZ 1.28 0.99 2.04 -
YUV 26.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 34 20 39 0.13 0.49 0 0.85 284.21 0.32 0.12
Hex 22 14 27 D 31 0 55 11C 20 C
Octal 42 24 47 15 61 0 125 434 40 14
Binary 100010 10100 100111 1101 110001 0 1010101 100011100 100000 1100

Color Harmonies of #221427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221427

Black with #221427

Text Example


Text Example

White with #221427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221427; }

 p { color: rgb(34,20,39); }

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

background-color css

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

 a { background-color: rgb(34,20,39); }

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

border-color css

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

 span { border-color: rgb(34,20,39); }

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