Html Css Color HEX #433848 Jagger

📋 copy color: '#433848'

red 67 ◦ green 56 ◦ blue 72

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

Shades of Jagger #433848

Tints of Jagger #433848

RGB

 RED value IS 67 (26.56% from 255) = 34.36%

 GREEN value IS 56 (22.27% from 255) = 28.72%

 BLUE value IS 72 (28.52% from 255) = 36.92%

R = 34.36%
G = 28.72%
B = 36.92%

CMYK

 C value IS 0.07

 M value IS 0.22

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#433848 (or 0x433848) is known color: Jagger. HEX triplet: 43, 38 and 48. RGB value is (67,56,72). Sum of RGB (Red+Green+Blue) = 67+56+72=195 (25% of max value = 765). Red value is 67 (26.56% from 255 or 34.36% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 72 - color contains mainly: blue. Hex color #433848 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #433848 is #BCC7B7. Grayscale: #3D3D3D. Windows color (decimal): -12371896 or 4732995. OLE color: 4732995.

HSL color Cylindrical-coordinate representation of color #433848: hue angle of 281.25º degrees, saturation: 0.12, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #433848 is Cyan = 0.07, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 67 56 72 -
CMYK 0.07 0.22 0 0.72
HSL 281.25º 0.13% 0.25% -
HSV(B) 281.25º 0.22% 0.28% -
XYZ 4.9 4.49 6.74 -
YUV 61.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 67 56 72 0.07 0.22 0 0.72 281.25 0.13 0.25
Hex 43 38 48 7 16 0 48 119 C 19
Octal 103 70 110 7 26 0 110 431 14 31
Binary 1000011 111000 1001000 111 10110 0 1001000 100011001 1100 11001

Color Harmonies of #433848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433848

Black with #433848

Text Example


Text Example

White with #433848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433848; }

 p { color: rgb(67,56,72); }

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

background-color css

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

 a { background-color: rgb(67,56,72); }

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

border-color css

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

 span { border-color: rgb(67,56,72); }

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