Html Css Color HEX #30302B Karaka

📋 copy color: '#30302B'

red 48 ◦ green 48 ◦ blue 43

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

Shades of Karaka #30302B

Tints of Karaka #30302B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 30.94%

R = 34.53%
G = 34.53%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.10

 K value IS 0.81

RGB Variations

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

Color information

#30302B (or 0x30302B) is known color: Karaka. HEX triplet: 30, 30 and 2B. RGB value is (48,48,43). Sum of RGB (Red+Green+Blue) = 48+48+43=139 (18% of max value = 765). Red value is 48 (19.14% from 255 or 34.53% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 43 (17.19% from 255 or 30.94% from 139); Max value from RGB is 48 - color contains mainly: red, green. Hex color #30302B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30302B is #CFCFD4. Grayscale: #2F2F2F. Windows color (decimal): -13619157 or 2830384. OLE color: 2830384.

HSL color Cylindrical-coordinate representation of color #30302B: hue angle of 60º degrees, saturation: 0.05, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #30302B is Cyan = 0, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 48 43 -
CMYK 0 0 0.10 0.81
HSL 60º 0.05% 0.18% -
HSV(B) 60º 0.1% 0.19% -
XYZ 2.71 2.92 2.71 -
YUV 47.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 48 48 43 0 0 0.10 0.81 60 0.05 0.18
Hex 30 30 2B 0 0 A 51 3C 5 12
Octal 60 60 53 0 0 12 121 74 5 22
Binary 110000 110000 101011 0 0 1010 1010001 111100 101 10010

Color Harmonies of #30302B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30302B

Black with #30302B

Text Example


Text Example

White with #30302B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30302B; }

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

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

background-color css

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

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

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

border-color css

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

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

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