Html Css Color HEX #323125 Karaka

📋 copy color: '#323125'

red 50 ◦ green 49 ◦ blue 37

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

Shades of Karaka #323125

Tints of Karaka #323125

RGB

 RED value IS 50 (19.92% from 255) = 36.76%

 GREEN value IS 49 (19.53% from 255) = 36.03%

 BLUE value IS 37 (14.84% from 255) = 27.21%

R = 36.76%
G = 36.03%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#323125 (or 0x323125) is known color: Karaka. HEX triplet: 32, 31 and 25. RGB value is (50,49,37). Sum of RGB (Red+Green+Blue) = 50+49+37=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 49 (19.53% from 255 or 36.03% from 136); Blue value is 37 (14.84% from 255 or 27.21% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #323125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323125 is #CDCEDA. Grayscale: #2F2F2F. Windows color (decimal): -13487835 or 2437426. OLE color: 2437426.

HSL color Cylindrical-coordinate representation of color #323125: hue angle of 55.38º degrees, saturation: 0.15, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #323125 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 50 49 37 -
CMYK 0 0.02 0.26 0.80
HSL 55.38º 0.15% 0.17% -
HSV(B) 55.38º 0.26% 0.2% -
XYZ 2.75 3.01 2.19 -
YUV 47.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 50 49 37 0 0.02 0.26 0.80 55.38 0.15 0.17
Hex 32 31 25 0 2 1A 50 37 F 11
Octal 62 61 45 0 2 32 120 67 17 21
Binary 110010 110001 100101 0 10 11010 1010000 110111 1111 10001

Color Harmonies of #323125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323125

Black with #323125

Text Example


Text Example

White with #323125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323125; }

 p { color: rgb(50,49,37); }

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

background-color css

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

 a { background-color: rgb(50,49,37); }

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

border-color css

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

 span { border-color: rgb(50,49,37); }

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