Html Css Color HEX #282819 Karaka

📋 copy color: '#282819'

red 40 ◦ green 40 ◦ blue 25

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

Shades of Karaka #282819

Tints of Karaka #282819

RGB

 RED value IS 40 (16.02% from 255) = 38.1%

 GREEN value IS 40 (16.02% from 255) = 38.1%

 BLUE value IS 25 (10.16% from 255) = 23.81%

R = 38.1%
G = 38.1%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.38

 K value IS 0.84

RGB Variations

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

Color information

#282819 (or 0x282819) is known color: Karaka. HEX triplet: 28, 28 and 19. RGB value is (40,40,25). Sum of RGB (Red+Green+Blue) = 40+40+25=105 (13% of max value = 765). Red value is 40 (16.02% from 255 or 38.10% from 105); Green value is 40 (16.02% from 255 or 38.10% from 105); Blue value is 25 (10.16% from 255 or 23.81% from 105); Max value from RGB is 40 - color contains mainly: red, green. Hex color #282819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #282819 is #D7D7E6. Grayscale: #262626. Windows color (decimal): -14145511 or 1648680. OLE color: 1648680.

HSL color Cylindrical-coordinate representation of color #282819: hue angle of 60º degrees, saturation: 0.23, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #282819 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.84.

Color convert

RGB 40 40 25 -
CMYK 0 0 0.38 0.84
HSL 60º 0.23% 0.13% -
HSV(B) 60º 0.38% 0.16% -
XYZ 1.81 2.04 1.22 -
YUV 38.29 120.5 129.22 -
System Red Green Blue C M Y K H S L
Decimal 40 40 25 0 0 0.38 0.84 60 0.23 0.13
Hex 28 28 19 0 0 26 54 3C 17 D
Octal 50 50 31 0 0 46 124 74 27 15
Binary 101000 101000 11001 0 0 100110 1010100 111100 10111 1101

Color Harmonies of #282819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #282819

Black with #282819

Text Example


Text Example

White with #282819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #282819; }

 p { color: rgb(40,40,25); }

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

background-color css

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

 a { background-color: rgb(40,40,25); }

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

border-color css

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

 span { border-color: rgb(40,40,25); }

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