Html Css Color HEX #38182D Blackberry

📋 copy color: '#38182D'

red 56 ◦ green 24 ◦ blue 45

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

Shades of Blackberry #38182D

Tints of Blackberry #38182D

RGB

 RED value IS 56 (22.27% from 255) = 44.8%

 GREEN value IS 24 (9.77% from 255) = 19.2%

 BLUE value IS 45 (17.97% from 255) = 36%

R = 44.8%
G = 19.2%
B = 36%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#38182D (or 0x38182D) is known color: Blackberry. HEX triplet: 38, 18 and 2D. RGB value is (56,24,45). Sum of RGB (Red+Green+Blue) = 56+24+45=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 45 (17.97% from 255 or 36% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38182D is #C7E7D2. Grayscale: #232323. Windows color (decimal): -13101011 or 2955320. OLE color: 2955320.

HSL color Cylindrical-coordinate representation of color #38182D: hue angle of 320.62º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #38182D is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 24 45 -
CMYK 0 0.57 0.20 0.78
HSL 320.63º 0.4% 0.16% -
HSV(B) 320.63º 0.57% 0.22% -
XYZ 2.43 1.68 2.68 -
YUV 35.96 133.1 142.29 -
System Red Green Blue C M Y K H S L
Decimal 56 24 45 0 0.57 0.20 0.78 320.63 0.4 0.16
Hex 38 18 2D 0 39 14 4E 141 28 10
Octal 70 30 55 0 71 24 116 501 50 20
Binary 111000 11000 101101 0 111001 10100 1001110 101000001 101000 10000

Color Harmonies of #38182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38182D

Black with #38182D

Text Example


Text Example

White with #38182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38182D; }

 p { color: rgb(56,24,45); }

 H1.HeaderClassName
 {
   color: #38182D;
 }
 .AnyTagClassName
 {
   color: #38182D;
 }
</style>

background-color css

<style>
 a { background-color: #38182D; }

 a { background-color: rgb(56,24,45); }

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

border-color css

<style>
 span { border-color: #38182D; }

 span { border-color: rgb(56,24,45); }

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