Html Css Color HEX #333225 Karaka

📋 copy color: '#333225'

red 51 ◦ green 50 ◦ blue 37

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

Shades of Karaka #333225

Tints of Karaka #333225

RGB

 RED value IS 51 (20.31% from 255) = 36.96%

 GREEN value IS 50 (19.92% from 255) = 36.23%

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

R = 36.96%
G = 36.23%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#333225 (or 0x333225) is known color: Karaka. HEX triplet: 33, 32 and 25. RGB value is (51,50,37). Sum of RGB (Red+Green+Blue) = 51+50+37=138 (18% of max value = 765). Red value is 51 (20.31% from 255 or 36.96% from 138); Green value is 50 (19.92% from 255 or 36.23% from 138); Blue value is 37 (14.84% from 255 or 26.81% from 138); Max value from RGB is 51 - color contains mainly: red. Hex color #333225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333225 is #CCCDDA. Grayscale: #303030. Windows color (decimal): -13422043 or 2437683. OLE color: 2437683.

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

Color convert

RGB 51 50 37 -
CMYK 0 0.02 0.27 0.8
HSL 55.71º 0.16% 0.17% -
HSV(B) 55.71º 0.27% 0.2% -
XYZ 2.84 3.12 2.2 -
YUV 48.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 51 50 37 0 0.02 0.27 0.8 55.71 0.16 0.17
Hex 33 32 25 0 2 1B 50 38 10 11
Octal 63 62 45 0 2 33 120 70 20 21
Binary 110011 110010 100101 0 10 11011 1010000 111000 10000 10001

Color Harmonies of #333225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333225

Black with #333225

Text Example


Text Example

White with #333225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333225; }

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

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

background-color css

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

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

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

border-color css

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

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

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