Html Css Color HEX #38172E Blackberry

📋 copy color: '#38172E'

red 56 ◦ green 23 ◦ blue 46

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

Shades of Blackberry #38172E

Tints of Blackberry #38172E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.4%

 BLUE value IS 46 (18.36% from 255) = 36.8%

R = 44.8%
G = 18.4%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#38172E (or 0x38172E) is known color: Blackberry. HEX triplet: 38, 17 and 2E. RGB value is (56,23,46). Sum of RGB (Red+Green+Blue) = 56+23+46=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 23 (9.38% from 255 or 18.4% from 125); Blue value is 46 (18.36% from 255 or 36.8% from 125); Max value from RGB is 56 - color contains mainly: red. Hex color #38172E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38172E is #C7E8D1. Grayscale: #232323. Windows color (decimal): -13101266 or 3020600. OLE color: 3020600.

HSL color Cylindrical-coordinate representation of color #38172E: hue angle of 318.18º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38172E is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 23 46 -
CMYK 0 0.59 0.18 0.78
HSL 318.18º 0.42% 0.15% -
HSV(B) 318.18º 0.59% 0.22% -
XYZ 2.43 1.65 2.78 -
YUV 35.49 133.93 142.63 -
System Red Green Blue C M Y K H S L
Decimal 56 23 46 0 0.59 0.18 0.78 318.18 0.42 0.15
Hex 38 17 2E 0 3B 12 4E 13E 2A F
Octal 70 27 56 0 73 22 116 476 52 17
Binary 111000 10111 101110 0 111011 10010 1001110 100111110 101010 1111

Color Harmonies of #38172E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38172E

Black with #38172E

Text Example


Text Example

White with #38172E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38172E; }

 p { color: rgb(56,23,46); }

 H1.HeaderClassName
 {
   color: #38172E;
 }
 .AnyTagClassName
 {
   color: #38172E;
 }
</style>

background-color css

<style>
 a { background-color: #38172E; }

 a { background-color: rgb(56,23,46); }

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

border-color css

<style>
 span { border-color: #38172E; }

 span { border-color: rgb(56,23,46); }

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