Html Css Color HEX #21474B Tiber

📋 copy color: '#21474B'

red 33 ◦ green 71 ◦ blue 75

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

Shades of Tiber #21474B

Tints of Tiber #21474B

RGB

 RED value IS 33 (13.28% from 255) = 18.44%

 GREEN value IS 71 (28.13% from 255) = 39.66%

 BLUE value IS 75 (29.69% from 255) = 41.9%

R = 18.44%
G = 39.66%
B = 41.9%

CMYK

 C value IS 0.56

 M value IS 0.05

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#21474B (or 0x21474B) is known color: Tiber. HEX triplet: 21, 47 and 4B. RGB value is (33,71,75). Sum of RGB (Red+Green+Blue) = 33+71+75=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 75 - color contains mainly: blue. Hex color #21474B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21474B is #DEB8B4. Grayscale: #3C3C3C. Windows color (decimal): -14596277 or 4933409. OLE color: 4933409.

HSL color Cylindrical-coordinate representation of color #21474B: hue angle of 185.71º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #21474B is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 71 75 -
CMYK 0.56 0.05 0 0.71
HSL 185.71º 0.39% 0.21% -
HSV(B) 185.71º 0.56% 0.29% -
XYZ 4.15 5.34 7.47 -
YUV 60.09 136.41 108.67 -
System Red Green Blue C M Y K H S L
Decimal 33 71 75 0.56 0.05 0 0.71 185.71 0.39 0.21
Hex 21 47 4B 38 5 0 47 BA 27 15
Octal 41 107 113 70 5 0 107 272 47 25
Binary 100001 1000111 1001011 111000 101 0 1000111 10111010 100111 10101

Color Harmonies of #21474B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21474B

Black with #21474B

Text Example


Text Example

White with #21474B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21474B; }

 p { color: rgb(33,71,75); }

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

background-color css

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

 a { background-color: rgb(33,71,75); }

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

border-color css

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

 span { border-color: rgb(33,71,75); }

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