Html Css Color HEX #383813 Karaka

📋 copy color: '#383813'

red 56 ◦ green 56 ◦ blue 19

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

Shades of Karaka #383813

Tints of Karaka #383813

RGB

 RED value IS 56 (22.27% from 255) = 42.75%

 GREEN value IS 56 (22.27% from 255) = 42.75%

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

R = 42.75%
G = 42.75%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#383813 (or 0x383813) is known color: Karaka. HEX triplet: 38, 38 and 13. RGB value is (56,56,19). Sum of RGB (Red+Green+Blue) = 56+56+19=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 19 (7.81% from 255 or 14.50% from 131); Max value from RGB is 56 - color contains mainly: red, green. Hex color #383813 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383813 is #C7C7EC. Grayscale: #333333. Windows color (decimal): -13092845 or 1259576. OLE color: 1259576.

HSL color Cylindrical-coordinate representation of color #383813: hue angle of 60º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #383813 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 56 19 -
CMYK 0 0 0.66 0.78
HSL 60º 0.49% 0.15% -
HSV(B) 60º 0.66% 0.22% -
XYZ 3.16 3.72 1.17 -
YUV 51.78 109.5 131.01 -
System Red Green Blue C M Y K H S L
Decimal 56 56 19 0 0 0.66 0.78 60 0.49 0.15
Hex 38 38 13 0 0 42 4E 3C 31 F
Octal 70 70 23 0 0 102 116 74 61 17
Binary 111000 111000 10011 0 0 1000010 1001110 111100 110001 1111

Color Harmonies of #383813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383813

Black with #383813

Text Example


Text Example

White with #383813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383813; }

 p { color: rgb(56,56,19); }

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

background-color css

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

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

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

border-color css

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

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

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