Html Css Color HEX #38172B Blackberry

📋 copy color: '#38172B'

red 56 ◦ green 23 ◦ blue 43

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

Shades of Blackberry #38172B

Tints of Blackberry #38172B

RGB

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

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

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

R = 45.9%
G = 18.85%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.23

 K value IS 0.78

RGB Variations

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

Color information

#38172B (or 0x38172B) is known color: Blackberry. HEX triplet: 38, 17 and 2B. RGB value is (56,23,43). Sum of RGB (Red+Green+Blue) = 56+23+43=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 43 (17.19% from 255 or 35.25% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #38172B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38172B is #C7E8D4. Grayscale: #232323. Windows color (decimal): -13101269 or 2823992. OLE color: 2823992.

HSL color Cylindrical-coordinate representation of color #38172B: hue angle of 323.64º 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 #38172B is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 23 43 -
CMYK 0 0.59 0.23 0.78
HSL 323.64º 0.42% 0.15% -
HSV(B) 323.64º 0.59% 0.22% -
XYZ 2.37 1.63 2.47 -
YUV 35.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 56 23 43 0 0.59 0.23 0.78 323.64 0.42 0.15
Hex 38 17 2B 0 3B 17 4E 144 2A F
Octal 70 27 53 0 73 27 116 504 52 17
Binary 111000 10111 101011 0 111011 10111 1001110 101000100 101010 1111

Color Harmonies of #38172B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38172B

Black with #38172B

Text Example


Text Example

White with #38172B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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