Html Css Color HEX #28293A Black Rock

📋 copy color: '#28293A'

red 40 ◦ green 41 ◦ blue 58

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

Shades of Black Rock #28293A

Tints of Black Rock #28293A

RGB

 RED value IS 40 (16.02% from 255) = 28.78%

 GREEN value IS 41 (16.41% from 255) = 29.5%

 BLUE value IS 58 (23.05% from 255) = 41.73%

R = 28.78%
G = 29.5%
B = 41.73%

CMYK

 C value IS 0.31

 M value IS 0.29

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#28293A (or 0x28293A) is known color: Black Rock. HEX triplet: 28, 29 and 3A. RGB value is (40,41,58). Sum of RGB (Red+Green+Blue) = 40+41+58=139 (18% of max value = 765). Red value is 40 (16.02% from 255 or 28.78% from 139); Green value is 41 (16.41% from 255 or 29.50% from 139); Blue value is 58 (23.05% from 255 or 41.73% from 139); Max value from RGB is 58 - color contains mainly: blue. Hex color #28293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28293A is #D7D6C5. Grayscale: #2A2A2A. Windows color (decimal): -14145222 or 3811624. OLE color: 3811624.

HSL color Cylindrical-coordinate representation of color #28293A: hue angle of 236.67º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #28293A is Cyan = 0.31, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 40 41 58 -
CMYK 0.31 0.29 0 0.77
HSL 236.67º 0.18% 0.19% -
HSV(B) 236.67º 0.31% 0.23% -
XYZ 2.43 2.34 4.33 -
YUV 42.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 40 41 58 0.31 0.29 0 0.77 236.67 0.18 0.19
Hex 28 29 3A 1F 1D 0 4D ED 12 13
Octal 50 51 72 37 35 0 115 355 22 23
Binary 101000 101001 111010 11111 11101 0 1001101 11101101 10010 10011

Color Harmonies of #28293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28293A

Black with #28293A

Text Example


Text Example

White with #28293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,41,58); }

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

background-color css

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

 a { background-color: rgb(40,41,58); }

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

border-color css

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

 span { border-color: rgb(40,41,58); }

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