Html Css Color HEX #30301A Karaka

📋 copy color: '#30301A'

red 48 ◦ green 48 ◦ blue 26

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

Shades of Karaka #30301A

Tints of Karaka #30301A

RGB

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

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

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

R = 39.34%
G = 39.34%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.46

 K value IS 0.81

RGB Variations

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

Color information

#30301A (or 0x30301A) is known color: Karaka. HEX triplet: 30, 30 and 1A. RGB value is (48,48,26). Sum of RGB (Red+Green+Blue) = 48+48+26=122 (16% of max value = 765). Red value is 48 (19.14% from 255 or 39.34% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30301A is #CFCFE5. Grayscale: #2D2D2D. Windows color (decimal): -13619174 or 1716272. OLE color: 1716272.

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

Color convert

RGB 48 48 26 -
CMYK 0 0 0.46 0.81
HSL 60º 0.3% 0.15% -
HSV(B) 60º 0.46% 0.19% -
XYZ 2.46 2.82 1.39 -
YUV 45.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 48 48 26 0 0 0.46 0.81 60 0.3 0.15
Hex 30 30 1A 0 0 2E 51 3C 1E F
Octal 60 60 32 0 0 56 121 74 36 17
Binary 110000 110000 11010 0 0 101110 1010001 111100 11110 1111

Color Harmonies of #30301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30301A

Black with #30301A

Text Example


Text Example

White with #30301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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