Html Css Color HEX #333413 Karaka

📋 copy color: '#333413'

red 51 ◦ green 52 ◦ blue 19

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

Shades of Karaka #333413

Tints of Karaka #333413

RGB

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

 GREEN value IS 52 (20.7% from 255) = 42.62%

 BLUE value IS 19 (7.81% from 255) = 15.57%

R = 41.8%
G = 42.62%
B = 15.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.63

 K value IS 0.80

RGB Variations

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

Color information

#333413 (or 0x333413) is known color: Karaka. HEX triplet: 33, 34 and 13. RGB value is (51,52,19). Sum of RGB (Red+Green+Blue) = 51+52+19=122 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.80% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 19 (7.81% from 255 or 15.57% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #333413 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #333413 is #CCCBEC. Grayscale: #303030. Windows color (decimal): -13421549 or 1258547. OLE color: 1258547.

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

Color convert

RGB 51 52 19 -
CMYK 0.02 0 0.63 0.80
HSL 61.82º 0.46% 0.14% -
HSV(B) 61.82º 0.63% 0.2% -
XYZ 2.71 3.21 1.09 -
YUV 47.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 51 52 19 0.02 0 0.63 0.80 61.82 0.46 0.14
Hex 33 34 13 2 0 3F 50 3E 2E E
Octal 63 64 23 2 0 77 120 76 56 16
Binary 110011 110100 10011 10 0 111111 1010000 111110 101110 1110

Color Harmonies of #333413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333413

Black with #333413

Text Example


Text Example

White with #333413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333413; }

 p { color: rgb(51,52,19); }

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

background-color css

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

 a { background-color: rgb(51,52,19); }

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

border-color css

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

 span { border-color: rgb(51,52,19); }

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