Html Css Color HEX #37381A Karaka

📋 copy color: '#37381A'

red 55 ◦ green 56 ◦ blue 26

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

Shades of Karaka #37381A

Tints of Karaka #37381A

RGB

 RED value IS 55 (21.88% from 255) = 40.15%

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

 BLUE value IS 26 (10.55% from 255) = 18.98%

R = 40.15%
G = 40.88%
B = 18.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.54

 K value IS 0.78

RGB Variations

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

Color information

#37381A (or 0x37381A) is known color: Karaka. HEX triplet: 37, 38 and 1A. RGB value is (55,56,26). Sum of RGB (Red+Green+Blue) = 55+56+26=137 (18% of max value = 765). Red value is 55 (21.88% from 255 or 40.15% from 137); Green value is 56 (22.27% from 255 or 40.88% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 56 - color contains mainly: green. Hex color #37381A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37381A is #C8C7E5. Grayscale: #343434. Windows color (decimal): -13158374 or 1718327. OLE color: 1718327.

HSL color Cylindrical-coordinate representation of color #37381A: hue angle of 62º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #37381A is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 56 26 -
CMYK 0.02 0 0.54 0.78
HSL 62º 0.37% 0.16% -
HSV(B) 62º 0.54% 0.22% -
XYZ 3.18 3.72 1.53 -
YUV 52.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 55 56 26 0.02 0 0.54 0.78 62 0.37 0.16
Hex 37 38 1A 2 0 36 4E 3E 25 10
Octal 67 70 32 2 0 66 116 76 45 20
Binary 110111 111000 11010 10 0 110110 1001110 111110 100101 10000

Color Harmonies of #37381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37381A

Black with #37381A

Text Example


Text Example

White with #37381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37381A; }

 p { color: rgb(55,56,26); }

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

background-color css

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

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

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

border-color css

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

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

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