#2A2A23

Color #2A2A23 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #2A2A23

Tints of Karaka #2A2A23

Color information

#2A2A23 (or 0x2A2A23) is unknown color: approx Karaka. HEX triplet: 2A, 2A and 23. RGB value is (42,42,35). Sum of RGB (Red+Green+Blue) = 42+42+35=119 (15% of max value = 765). Red value is 42 (16.80% from 255 or 35.29% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 35 (14.06% from 255 or 29.41% from 119); Max value from RGB is 42 - color contains mainly: red, green. Hex color #2A2A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2A23 is #D5D5DC. Grayscale: #292929. Windows color (decimal): -14013917 or 2304554. OLE color: 2304554.

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

Color convert

RGB424235-
CMYK000.170.84
HSL60º9.09%15.1%-
HSV(B)60º16.67%16.47%-
XYZ2.092.271.92-
YUV41.2124.5128.57-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 35.29%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 35 (14.06% from 255) = 29.41%
R=35.29%
G=35.29%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal424235000.170.84609.0915.1
Hex2A2A230011543c9f
Octal5252430021124741117
Binary1010101010101000110010001101010011110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A2A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A2A23; }

 p { color: rgb(42,42,35); }

 H1.HeaderClassName
 {
   color: #2A2A23;
 }
 .AnyTagClassName
 {
   color: #2A2A23;
 }
</style>
background-color css

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

 a { background-color: rgb(42,42,35); }

 div.DivClassName
 {
   background-color: #2A2A23;
 }
 .BgClassName
 {
   background-color: #2A2A23;
 }
</style>
border-color css

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

 span { border-color: rgb(42,42,35); }

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