Html Css Color HEX #38152D Blackberry

📋 copy color: '#38152D'

red 56 ◦ green 21 ◦ blue 45

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

Shades of Blackberry #38152D

Tints of Blackberry #38152D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.21%

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

R = 45.9%
G = 17.21%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.20

 K value IS 0.78

RGB Variations

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

Color information

#38152D (or 0x38152D) is known color: Blackberry. HEX triplet: 38, 15 and 2D. RGB value is (56,21,45). Sum of RGB (Red+Green+Blue) = 56+21+45=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 21 (8.59% from 255 or 17.21% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38152D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38152D is #C7EAD2. Grayscale: #222222. Windows color (decimal): -13101779 or 2954552. OLE color: 2954552.

HSL color Cylindrical-coordinate representation of color #38152D: hue angle of 318.86º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38152D is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 21 45 -
CMYK 0 0.63 0.20 0.78
HSL 318.86º 0.45% 0.15% -
HSV(B) 318.86º 0.63% 0.22% -
XYZ 2.37 1.57 2.66 -
YUV 34.2 134.1 143.55 -
System Red Green Blue C M Y K H S L
Decimal 56 21 45 0 0.63 0.20 0.78 318.86 0.45 0.15
Hex 38 15 2D 0 3F 14 4E 13F 2D F
Octal 70 25 55 0 77 24 116 477 55 17
Binary 111000 10101 101101 0 111111 10100 1001110 100111111 101101 1111

Color Harmonies of #38152D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38152D

Black with #38152D

Text Example


Text Example

White with #38152D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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