Html Css Color HEX #383501 Karaka

📋 copy color: '#383501'

red 56 ◦ green 53 ◦ blue 1

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

Shades of Karaka #383501

Tints of Karaka #383501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 48.18%

 BLUE value IS 1 (0.78% from 255) = 0.91%

R = 50.91%
G = 48.18%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#383501 (or 0x383501) is known color: Karaka. HEX triplet: 38, 35 and 01. RGB value is (56,53,1). Sum of RGB (Red+Green+Blue) = 56+53+1=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 53 (21.09% from 255 or 48.18% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #383501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383501 is #C7CAFE. Grayscale: #303030. Windows color (decimal): -13093631 or 79160. OLE color: 79160.

HSL color Cylindrical-coordinate representation of color #383501: hue angle of 56.73º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #383501 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 1 -
CMYK 0 0.05 0.98 0.78
HSL 56.73º 0.96% 0.11% -
HSV(B) 56.73º 0.98% 0.22% -
XYZ 2.91 3.39 0.53 -
YUV 47.97 101.49 133.73 -
System Red Green Blue C M Y K H S L
Decimal 56 53 1 0 0.05 0.98 0.78 56.73 0.96 0.11
Hex 38 35 1 0 5 62 4E 39 60 B
Octal 70 65 1 0 5 142 116 71 140 13
Binary 111000 110101 1 0 101 1100010 1001110 111001 1100000 1011

Color Harmonies of #383501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383501

Black with #383501

Text Example


Text Example

White with #383501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383501; }

 p { color: rgb(56,53,1); }

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

background-color css

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

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

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

border-color css

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

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

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