Html Css Color HEX #221830 Blackcurrant

📋 copy color: '#221830'

red 34 ◦ green 24 ◦ blue 48

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

Shades of Blackcurrant #221830

Tints of Blackcurrant #221830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 32.08%
G = 22.64%
B = 45.28%

CMYK

 C value IS 0.29

 M value IS 0.5

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#221830 (or 0x221830) is known color: Blackcurrant. HEX triplet: 22, 18 and 30. RGB value is (34,24,48). Sum of RGB (Red+Green+Blue) = 34+24+48=106 (14% of max value = 765). Red value is 34 (13.67% from 255 or 32.08% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #221830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #221830 is #DDE7CF. Grayscale: #1D1D1D. Windows color (decimal): -14542800 or 3151906. OLE color: 3151906.

HSL color Cylindrical-coordinate representation of color #221830: hue angle of 265º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #221830 is Cyan = 0.29, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 34 24 48 -
CMYK 0.29 0.5 0 0.81
HSL 265º 0.33% 0.14% -
HSV(B) 265º 0.5% 0.19% -
XYZ 1.52 1.21 2.95 -
YUV 29.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 34 24 48 0.29 0.5 0 0.81 265 0.33 0.14
Hex 22 18 30 1D 32 0 51 109 21 E
Octal 42 30 60 35 62 0 121 411 41 16
Binary 100010 11000 110000 11101 110010 0 1010001 100001001 100001 1110

Color Harmonies of #221830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #221830

Black with #221830

Text Example


Text Example

White with #221830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #221830; }

 p { color: rgb(34,24,48); }

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

background-color css

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

 a { background-color: rgb(34,24,48); }

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

border-color css

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

 span { border-color: rgb(34,24,48); }

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