Html Css Color HEX #30301E Karaka

📋 copy color: '#30301E'

red 48 ◦ green 48 ◦ blue 30

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

Shades of Karaka #30301E

Tints of Karaka #30301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.1%

 BLUE value IS 30 (12.11% from 255) = 23.81%

R = 38.1%
G = 38.1%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.37

 K value IS 0.81

RGB Variations

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

Color information

#30301E (or 0x30301E) is known color: Karaka. HEX triplet: 30, 30 and 1E. RGB value is (48,48,30). Sum of RGB (Red+Green+Blue) = 48+48+30=126 (16% of max value = 765). Red value is 48 (19.14% from 255 or 38.10% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 30 (12.11% from 255 or 23.81% from 126); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30301E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30301E is #CFCFE1. Grayscale: #2E2E2E. Windows color (decimal): -13619170 or 1978416. OLE color: 1978416.

HSL color Cylindrical-coordinate representation of color #30301E: hue angle of 60º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #30301E is Cyan = 0, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 30 -
CMYK 0 0 0.37 0.81
HSL 60º 0.23% 0.15% -
HSV(B) 60º 0.38% 0.19% -
XYZ 2.51 2.84 1.64 -
YUV 45.95 119 129.46 -
System Red Green Blue C M Y K H S L
Decimal 48 48 30 0 0 0.37 0.81 60 0.23 0.15
Hex 30 30 1E 0 0 25 51 3C 17 F
Octal 60 60 36 0 0 45 121 74 27 17
Binary 110000 110000 11110 0 0 100101 1010001 111100 10111 1111

Color Harmonies of #30301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30301E

Black with #30301E

Text Example


Text Example

White with #30301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30301E; }

 p { color: rgb(48,48,30); }

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

background-color css

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

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

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

border-color css

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

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

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