Html Css Color HEX #30311A Karaka

📋 copy color: '#30311A'

red 48 ◦ green 49 ◦ blue 26

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

Shades of Karaka #30311A

Tints of Karaka #30311A

RGB

 RED value IS 48 (19.14% from 255) = 39.02%

 GREEN value IS 49 (19.53% from 255) = 39.84%

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

R = 39.02%
G = 39.84%
B = 21.14%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.81

RGB Variations

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

Color information

#30311A (or 0x30311A) is known color: Karaka. HEX triplet: 30, 31 and 1A. RGB value is (48,49,26). Sum of RGB (Red+Green+Blue) = 48+49+26=123 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.02% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 49 - color contains mainly: green. Hex color #30311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30311A is #CFCEE5. Grayscale: #2E2E2E. Windows color (decimal): -13618918 or 1716528. OLE color: 1716528.

HSL color Cylindrical-coordinate representation of color #30311A: hue angle of 62.61º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #30311A is Cyan = 0.02, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 49 26 -
CMYK 0.02 0 0.47 0.81
HSL 62.61º 0.31% 0.15% -
HSV(B) 62.61º 0.47% 0.19% -
XYZ 2.5 2.9 1.4 -
YUV 46.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 48 49 26 0.02 0 0.47 0.81 62.61 0.31 0.15
Hex 30 31 1A 2 0 2F 51 3F 1F F
Octal 60 61 32 2 0 57 121 77 37 17
Binary 110000 110001 11010 10 0 101111 1010001 111111 11111 1111

Color Harmonies of #30311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30311A

Black with #30311A

Text Example


Text Example

White with #30311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,49,26); }

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

background-color css

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

 a { background-color: rgb(48,49,26); }

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

border-color css

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

 span { border-color: rgb(48,49,26); }

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